Add a page.html.twig template
This means every page doesn't need to include the `default` layout.
This commit is contained in:
parent
1137ac1063
commit
b3f9bc1f9f
4 changed files with 1 additions and 3 deletions
1
source/_layouts/page.html.twig
Normal file
1
source/_layouts/page.html.twig
Normal file
|
@ -0,0 +1 @@
|
|||
{% extends 'default' %}
|
Loading…
Add table
Add a link
Reference in a new issue