Different syntax
This commit is contained in:
parent
e46779b15b
commit
51648b41ed
|
@ -5,6 +5,7 @@
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<main class="col-md-10">
|
<main class="col-md-10">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{% block content %}{% endblock %}
|
|
||||||
|
{{ page.blocks.content|raw }}
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue