{% extends 'base.html' %} {% block title %}{% if 1 in compound.breadcrumb or compound.breadcrumb[-1][0] != PROJECT_NAME %}{% set j = joiner(' » ') %}{% for name, _ in compound.breadcrumb %}{{ j() }}{{ name }}{% endfor %} | {{ super() }}{% else %}{{ super() }}{% endif %}{% endblock %} {% block header_links %} {% if compound.footer_navigation and compound.footer_navigation[0] %} {% endif %} {% if compound.footer_navigation and compound.footer_navigation[2] %} {% endif %} {% endblock %} {% block main %}

{% for name, target in compound.breadcrumb[:-1] %} {{ name }} » {% endfor %} {{ compound.breadcrumb[-1][0] }}{% if compound.since %} {{ compound.since }}{% endif %} {# need an explicit space here otherwise the newline gets removed #}

{% if compound.brief %}

{{ compound.brief }}

{% endif %} {% if compound.sections %}

Contents

{% endif %} {% if compound.description %} {{ compound.description }} {% endif %} {% if compound.footer_navigation %}
{% if compound.footer_navigation[0] %}« {{ compound.footer_navigation[0][1] }} | {% endif %}{{ compound.footer_navigation[1][1] }}{% if compound.footer_navigation[2] %} | {{ compound.footer_navigation[2][1] }} »{% endif %}
{% endif %} {% endblock %}