{% extends "base.html" %} {% block title %}{{ page.title }}{%endblock%} {% block pagetitle %}{{ page.title }}{% endblock %} {% block content %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }} {% if page.modified %}
Last updated: {{ page.locale_modified }}
{% endif %} {% endblock %}