Different syntax

This commit is contained in:
Oliver Davies 2015-08-09 23:02:59 +01:00
parent e46779b15b
commit 51648b41ed

View file

@ -5,6 +5,7 @@
{% block content_wrapper %}
<main class="col-md-10">
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{{ page.blocks.content|raw }}
</main>
{% endblock %}