{% set features = config.theme.features or [] %} {%- block site_meta %} {% include "theme_version.html" %} {% if config.site_description %} {% endif %} {% if config.site_author %} {% endif %} {% if page.canonical_url %} {% endif %} {%- block favicon %}{% include "partials/favicon.html" %}{%- endblock %} {%- endblock %} {%- block htmltitle %}{% include "partials/html-title.html" %}{%- endblock %} {%- block styles %}{% include "partials/styles.html" %}{%- endblock %} {% for path in config.extra_css %} {% endfor %} {% block extrahead %}{% endblock %} {% block search %} {% if 'search' in config['plugins'] %} {%- include "partials/search/scripts.html" %} {% endif %} {% endblock %} {% for path in config.extra_javascript %} {% endfor %} {% block analytics %}{% endblock %} {% block debug %}{% include "partials/debug.html" %}{% endblock %} {%- block top_nav %}{% include "partials/top-nav/top.html" %}{%- endblock %}
{%- block side_panel %}{% include "partials/side-panel/side-panel.html" %}{%- endblock %}
{%- block content_container %}{% include "partials/page.html" %}{%- endblock %}

{%- block footer %}{% include "partials/footer.html" %}{%- endblock %}
{% block search_modal %} {% if 'search' in config['plugins'] %} {%- include "partials/search/modal.html" %} {% endif %} {% endblock %}