{% load staticfiles %}
{% block title %}Title of page{% endblock %}
{% for static_path in style_links %}
{% endfor %} {% for file_path in style_includes %} {% endfor %}
Home
>
{% block trail %}{% endblock %}
{% block h1 %}
{% block heading %}Heading goes here{% endblock %}
{% endblock %}
{% block content %} {% endblock %}