{% include head.html %}
{% include header.html %}
{{ content }}
{% if paginator.total_pages > 1 %} {% include pagination/pages.html %} {% endif %}
{% include footer.html %}