varia.website/themes/varia/templates/page.html

20 lines
408 B
HTML
Raw Normal View History

2017-07-06 14:28:42 +02:00
{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}
2017-07-06 14:28:42 +02:00
{% block content %}
2018-02-27 08:26:28 +01:00
</section>
<div id="page-content">
{{ page.content }}
2017-07-06 14:28:42 +02:00
{% if page.modified %}
<p>
Last updated: {{ page.locale_modified }}
</p>
{% endif %}
<!-- {% import 'translations.html' as translations with context %} -->
<!-- {{ translations.translations_for(page) }} -->
</div>
2017-07-06 14:28:42 +02:00
{% endblock %}