Add page layout
This commit is contained in:
parent
cd3d654616
commit
57d9fc0bb9
1 changed files with 7 additions and 0 deletions
7
source/_layouts/page.html.twig
Normal file
7
source/_layouts/page.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="markup">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue