{{- metatags }} {%- block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {# #} {%- block css %} {% if builder=='weasyprint' %} {% elif builder=='epub' %} {% else %} {% if theme_isso %} {% endif %} {% endif %} {%- for css in css_files %} {%- if css|attr("rel") %} {%- else %} {%- endif %} {%- endfor %} {%- endblock %} {%- block scripts %} {% if builder=='html' %} {# FIXME: use link-preload #} {% if theme_fathom %} {%- include "util/fathom.html" %} {% endif %} {%- for scriptfile in script_files %} {{ js_tag(scriptfile) }} {%- endfor %} {% endif %} {%- endblock %} {%- if pageurl %} {%- endif %} {# TODO: opensearch #} {%- if favicon %} {%- endif %} {%- include "util/linktags.html" %} {%- block extrahead %} {% endblock %}
{%- block container %} {%- block header %}{%- include "util/navbar.html" %}{% endblock %}
{%- block sidebar %} {% if builder=='html' %} {% endif %} {%- endblock %}
{%- block document %} {% block body_header %} {%- include "util/bodyheader.html" %} {%- endblock body_header %}
{% block body %} {% endblock %}
{%- endblock %}
{%- block footer %} {%- include "util/pagenav.html" %} {%- include "util/footer.html" %} {%- endblock footer %} {%- endblock container %}
{% block footer_scripts %} {% endblock %}