{% extends "basic/layout.html" %} {% if not theme_project_icon and favicon %} {% set theme_project_icon = pathto('_static/' ~ theme_touch_icon, 1) + favicon %} {% endif %} {%- block extrahead %} {{ super() }} {% if theme_touch_icon %} {% endif %} {% if theme_canonical_url %} {% endif %} {% endblock %} {%- block document %}
{{ project }} | {% if prev %} previous | {% endif %} {% if next %} next | {% endif %} index |