{% extends "page.html" %} {% block after_content %} {% for page in hidden_pages|selectattr("date")|sort(reverse=true,attribute="date") %} {% for tag in page.tags if "application" == tag.name %}

{{ page.title }}

{% if summarise or page.metadata['summary'] or SUMMARY_MAX_LENGTH %} {% if page.featured_image %} {% endif %} {{ page.summary }} {% endif %}
{% endfor %} {% if not loop.last %}
{% endif %} {% endfor %} {{ super() }} {% endblock %}