Add some blocks to page for easier customization
This commit is contained in:
parent
61bae3c360
commit
3b5518e64e
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
|
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
{{ page.content }}
|
{% block before_content %}{% endblock %}
|
||||||
|
{% block page_content %}{{ page.content }}{% endblock %}
|
||||||
|
{% block after_content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue