{% load static %} {% load custom_filters %} {% block title %}{{ page_title|default:"Деев Егор Викторович — Backend Developer" }}{% endblock %} {% if global_settings.yandex_metrika_id %} {% endif %} {% block extra_css %}{% endblock %} {% block extra_schema %}{% endblock %} {% if global_settings.yandex_metrika_id and not debug %} {% endif %} {% if global_settings.google_analytics_id and not debug %} {% endif %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}