{% include 'header.html' %}
{% include 'menu.html' %}
{% block main_content %}{% endblock %}
{% include 'footer.html' %}