1 2 3 4 5 6 7 8 9 10 11
{% extends "base" %} {% block main %} {% if title is defined %} <hgroup class="title"> <h1>{{ title }}</h1> {% if subtitle is defined %}<p>{{ subtitle }}</p>{% endif %} </hgroup> {% endif %} {% block body %}{% endblock %} {% endblock %}