{% extends "base.html" %} {% block title %}{{ page.title }}{%endblock%} {% block content %}
{{ page.content }} {% if page.modified %} Updated: {{ page.locale_modified }}
{% endif %}
{% endblock %}