{% extends "base.html" %} {% block content_header %}
[ ]
#pages#
| {{ SITENAME }} {% endblock %} {% block content %}
{% for page in pages |sort(attribute="date",reverse=True) %}
[{{ page.title }}]
| {{ page.date.isoformat() }}
{% endfor %}
{% endblock %}