{% block htmltitle %} {% if page_title %} {{ page_title }} - {{ site_name }} {% elif page_description %} {{ site_name }} - {{ page_description }} {% else %} {{ site_name }} {% endif %} {% if page_description %} {% endif %} {% if canonical_url %} {% endif %} {% if site_author %} {% endif %} {% endblock %} {% if config.extra.color %} {% set color = config.extra.color %} {% else %} {% endif %} {% for path in extra_css %} {% endfor %} {% block extrahead %}{% endblock %}
{% include "header.html" %}
{% set h1 = "\x3c/h1\x3e" in content %}
{% include "drawer.html" %}
{% if not h1 %} {% if page_title %}

{{ page_title }}

{% else %}

{{ site_name }}

{% endif %} {% endif %} {{ content }} {% block footer %}
{% include "footer.html" %}
{% endblock %}
{% set repo_id = repo_url | replace('https://github.com/', '') %} {% for path in extra_javascript %} {% endfor %} {% if google_analytics %} {% endif %}