{# Default page template used for lists contents #} {% extends "page.html" %} {% block extra_head %} {{ macros_lists::staticlist_head() }} {% endblock extra_head %} {% block seo %} {# This value is matched by the config.extra.menu.main->section #} {% set_global current_section = 'lists' %} {{ super() }} {% endblock seo %} {% block body %} {% set page_class = "lists single" %} {% endblock body %} {% block header %} {{ macros_header::header(current_section=current_section)}} {% endblock header %} {% block content %}

{{ page.title }}

{% if page.extra.lead %}

{{ page.extra.lead | safe }}

{% endif %} {{ page.content | safe }}
{% endblock content %}