{% include 'head.html' %}
{% block title %} Библеотека Сурикова {% endblock %}
{% include 'header.html' %}
{% block main %} {% include 'calculators/index.html' %} {% endblock %}
{% include 'footer.html' %} {% include 'js.html' %}