Some cleanup and TLC
This commit is contained in:
parent
516c9839a3
commit
e658e4743b
1 changed files with 12 additions and 4 deletions
|
@ -13,17 +13,25 @@
|
|||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
<section id="content" class="body">
|
||||
{% block content %}
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(page) }}
|
||||
|
||||
|
||||
</header>
|
||||
<div>
|
||||
|
||||
{{ page.content }}
|
||||
|
||||
{% if page.modified %}
|
||||
<p>
|
||||
Last updated: {{ page.locale_modified }}
|
||||
</p>
|
||||
<footer>
|
||||
<p>Last updated: {{ page.locale_modified }}</p>
|
||||
</footer>
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue