{% if canonical_url %}{% endif %} {% block title %}{{ site_title }}{% endblock %} {% if favicon_url %} {% endif %} {% if has_platform_icons %} {% endif %} {% if bundle_css %} {% if fontawesome_css_url %} {% if not fontawesome_is_bundled %} {% endif %} {% endif %} {% else %} {% if fontawesome_css_url %} {% endif %} {% endif %} {% if extra_stylesheets %} {% for stylesheet in extra_stylesheets %} {% endfor %} {% endif %} {% block feed_links %} {% endblock %} {% block site_author_meta %} {% if default_author %} {% endif %} {% endblock %} {% block meta_tags %}{% endblock %} {% if inline_theme_js and theme_js_content %} {% else %} {% endif %} {% if prev_page_url %}{% endif %} {% if next_page_url %}{% endif %} {% block extra_head %}{% endblock %} {% for tag_spec in extra_head_tags %} {% for tag_name, attributes in tag_spec.items() %}<{{ tag_name }}{% for attr, value in attributes.items() %} {{ attr }}="{{ value }}"{% endfor %}> {% endfor %} {% endfor %}
{% block content %}{% endblock %}