{% include 'includes/head.html' %}
Layout header
{% block content %} Default content -- should not show up! {% endblock %}
Layout footer
{% include 'includes/foot.html' %}