{{ partial('_partials/head/head.swig', {}, {cache: theme.cache.enable}) }} {% include '_partials/head/head-unique.swig' %} {{- next_inject('head') }} {% block title %}{% endblock %} {{ partial('_third-party/analytics/index.swig', {}, {cache: theme.cache.enable}) }} {{ partial('_scripts/noscript.swig', {}, {cache: theme.cache.enable}) }}
{% include '_partials/header/index.swig' %}
{{ partial('_partials/widgets.swig', {}, {cache: theme.cache.enable}) }}
{% include '_partials/header/sub-menu.swig' %}
{% block content %}{% endblock %}
{% include '_partials/comments.swig' %}
{%- if theme.sidebar.display !== 'remove' %} {% block sidebar %}{% endblock %} {%- endif %}
{{ partial('_scripts/index.swig', {}, {cache: theme.cache.enable}) }} {{ partial('_third-party/index.swig', {}, {cache: theme.cache.enable}) }} {%- if theme.pjax %}
{%- endif %} {% include '_third-party/math/index.swig' %} {% include '_third-party/quicklink.swig' %} {{- next_inject('bodyEnd') }} {%- if theme.pjax %}
{%- endif %}