{# Default page template used for blog contents #} {% extends "page.html" %} {% block body %} {% set page_class = "blog single" %} {% endblock body %} {% block header %} {{ macros_header::header(current_section='blog')}} {% endblock header %} {% block content %}
{{ macros_publish::page_publish_metadata(page=page) }}

{{ page.title }}

{% if page.taxonomies.authors and config.taxonomies %} {% for author in page.taxonomies.authors %}{% if author_flag %} and {% endif %}{{ author }}{% set_global author_flag = true %}{% endfor %}{% endif %}
{% if page.extra.lead %}

{{ page.extra.lead | safe }}

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