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 %}
|
{% endblock %}
|
||||||
|
<section id="content" class="body">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
{% import 'translations.html' as translations with context %}
|
{% import 'translations.html' as translations with context %}
|
||||||
{{ translations.translations_for(page) }}
|
{{ translations.translations_for(page) }}
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
|
|
||||||
{% if page.modified %}
|
{% if page.modified %}
|
||||||
<p>
|
<footer>
|
||||||
Last updated: {{ page.locale_modified }}
|
<p>Last updated: {{ page.locale_modified }}</p>
|
||||||
</p>
|
</footer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue