{%- extends "basic/layout.html" %} {%- from "relbar.html" import relbar_top with context %} {%- from "relbar.html" import relbar_bottom with context %} {%- block extrahead %} {%- for css_file in theme_cssfiles %} {%- endfor %} {%- for js_file in theme_scriptfiles %} {%- endfor %} {%- if theme_inlinecss %} {%- endif %} {%- block userhead %} {%- endblock %} {%- endblock %} {%- block sidebarsearch %} {%- if theme_enablesidebarsearch|tobool %}{{ super() }}{%- endif %} {% endblock %} {%- block sidebarsourcelink %} {%- include "sourcelink.html" %} {%- endblock %} {%- block header %} {%- if theme_showheader|tobool %} {%- endif %} {%- endblock %} {%- block relbar1 -%}{{ relbar_top() }}{%- endblock -%} {%- block relbar2 -%}{{ relbar_bottom() }}{%- endblock -%} {%- block footer %} {%- endblock %}