{% extends "basic/layout.html" %}
{% if not theme_project_icon and favicon %}
{% set theme_project_icon = pathto('_static/' ~ theme_touch_icon, 1) + favicon %}
{% endif %}
{% if not title or "no title" in title %}
{% if pagename == "index" %}
{% set title = project %}
{% else %}
{% set title = pagename %}
{% endif %}
{% endif %}
{%- block extrahead %}
{{ super() }}
{% if theme_touch_icon %}
{% endif %}
{% if theme_canonical_url %}
{% endif %}
{{ themata_fetch_syntax_highlighter_css(pathto('_static/' ~ theme_touch_icon, 1), theme_syntax_highlighter, theme_syntax_highlighter_theme, theme_syntax_highlighter_iframe_embed) }}
{% if theme_metadata %}
{% if theme_metadata.dynamic %}
{% else %}
{% endif %}
{% endif %}
{% if theme_twitter_metadata %}
{% if theme_metadata.dynamic %}
{% else %}
{% endif %}
{% endif %}
{% if theme_google_analytics_tracking_id %}
{% endif %}
{% endblock %}
{%- block document %}