{% block htmltitle %} {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} {% endblock %} {% if favicon %} {% else %}{% endif %} {# CSS #} {%- for path in extra_css %} {%- endfor %} {% if google_analytics %} {% endif %}
{% block content %}
{{ content }}
{% if toc.items %} {% include "toc.html" %} {% endif %}
{% endblock %}
{%- block extrahead %} {% endblock %} {%- for path in extra_javascript %} {%- endfor %} {% if current_page and current_page.is_homepage %} {% endif %}