Add page layout
This commit is contained in:
parent
cd3d654616
commit
57d9fc0bb9
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 %}
|
Reference in a new issue