{%- extends "basic/layout.html" %} {%- block extrahead %} {{ super() }} {% if theme_touch_icon %} {% endif %} {% if theme_canonical_url %} {% endif %} {% endblock %} {# top+bottom related navs; we also have our own in sidebar #} {%- macro rellink_markup() %} {%- endmacro %} {%- set theme_show_relbar_top = theme_show_relbar_top or theme_show_relbars %} {%- set theme_show_relbar_bottom = theme_show_relbar_bottom or theme_show_relbars %} {# removed existing top+bottom related nav, and embed in main content #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {# Nav should appear before content, not after #} {%- block content %} {%- if theme_fixed_sidebar|lower == 'true' %}