{%- extends "basic/layout.html" %} {%- block extrahead %} {{ super() }} {% if theme_no_index or 'no-index' in (meta or {}) %} {% endif %} {% if theme_standalone %} {% endif %} {% if page_source_suffix %} {% endif %} {% if 'stub' in (meta or {}) %} {% endif %} {%- block theme_styles %} {% include "section/css_variables.html" with context %} {%- endblock -%} {% endblock %} {# top+bottom related navs; we also have our own in sidebar #} {%- macro rellink_markup() %} {%- if prev %} {{ prev.title }} {%- else %}
{%- endif %} {%- if next %} {{ next.title }} {%- else %} {%- endif %} {%- endmacro %} {# remove basic inherited related elements #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block header %} {% block searchbox %}