{% block stylesheets %} {% endblock %} {# for extra stylesheets. e.q. a template has to add something #} {% block css %} {% endblock %} {# for various extra things #} {% block head_extra %} {% endblock %}
{% block navigation %} {% include theme('navigation.html') %} {% endblock %}