{% extends theme("layout.html") %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ page.title }}

{% if page.published %} {{ page.published | date('EE dd MMMM YYYY') }} | {% endif %} {{ page.author }}
{{ page }} {% include "page_bottom.html" %} {% endblock %}