{% include 'head.html' %}
{% include 'header.html' %}
{% block content %}{{ file.content }}{% endblock %}
{% include 'footer.html' %}