{% load static %} {% load nav %} {{ title }}
{# NavBar #} {% nav core=core page=page %} {% for content in contents %} {% include content.template_name %} {% endfor %} {# footer #} {% include 'django_press/footer/main.html' %}