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