{% seo_counters 'head' %}
{% block title %}{{ request.seo.title }}{% endblock %}
{% block metatags %} {% include 'seo/metatags.html' %} {% endblock metatags %}
{# === SCRIPTS === #} {# === STYLES === #} {% include 'pipeline/_loadcss.html' %} {% block critical_css %} {% inline_stylesheet 'critical' %} {% endblock critical_css %} {% stylesheet 'core' %} {% block static_head %}{% endblock static_head %} {% include 'pipeline/_preloadcss.html' %} {% seo_counters 'body_top' %}
{% block header %}
{% if not is_main_page %} {% endif %} {% block header_content %} {% header %} {% endblock header_content %} {% if not is_main_page %} {% endif %}
{% endblock header %}
{% block content %}{% endblock content %}
{% block footer %} {% endblock footer %} {% if special_offer_config.visible %} {% include 'contacts/utp.html' %} {% endif %}
{% block scripts %} {% include 'seo/scripts.html' %} {% endblock scripts %} {% block static_js %} {% javascript 'core' %} {% endblock static_js %} {% seo_counters 'body_bottom' %}