{% 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.logo %} {% endif %} {% set icon = icon | default('assets/images/favicon.ico') %} {% if config.extra.font != 'none' %} {% set text = 'Ubuntu' %} {% if config.extra.font and config.extra.font.text %} {% set text = config.extra.font.text %} {% endif %} {% set code = 'Ubuntu Mono' %} {% if config.extra.font and config.extra.font.code %} {% set code = config.extra.font.code %} {% endif %} {% set font = text + ':400,700|' + code | replace(' ', '+') %} {% endif %} {% for path in extra_css %} {% endfor %} {% block extrahead %}{% endblock %} {% if repo_name == 'GitHub' %} {% set repo_id = repo_url | replace('https://github.com/', '') %} {% if repo_id[-1:] == '/' %} {% set repo_id = repo_id[:-1] %} {% endif %} {% endif %}
{% include "header.html" %}
{% set h1 = "\x3ch1 id=" 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 %}
{% for path in extra_javascript %} {% endfor %} {% if google_analytics %} {% endif %}