{% include 'head.html' %} {% block title %} Калькулятор {% endblock %} {% include 'header.html' %}
{% block main %} {% include 'calculators/index.html' %} {% endblock %}
{% include 'footer.html' %}