Add a page.html.twig template

This means every page doesn't need to include the `default` layout.
This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 1137ac1063
commit b3f9bc1f9f
4 changed files with 1 additions and 3 deletions

View file

@ -0,0 +1 @@
{% extends 'default' %}