{% extends "base.html" %} {% block menu %} | Home | {% for p in pages %} {% if p.title != page.title %} | {{p.title}} | {% endif %} {% endfor %} {% endblock %} {% block page %}

{{ page.title|striptags}}

{% endblock %} {% block title %}{{ page.title }}{%endblock%} {% block content %} {{ page.content }} {% if page.modified %}

Last updated: {{ page.locale_modified }}

{% endif %} {% endblock %}