{% load static %} {% load cache %} Front page
{% cache 20 header %} {% include 'inc/_header.html' %} {% endcache %} {% block content %}{% endblock %} {% cache 20 footer %} {% include 'inc/_footer.html' %} {% endcache %}