{% load i18n %} {% load qsup %} {% include "title.html" %} [{{ site_name }}] {% block extrahead %}{% endblock %}
{% block top %}{% comment %} top's purpose is to be emptied in index.html {% endcomment %}

{% include "title.html" %}

{% block topmenu %}{% comment %} topmenu is usually overriden with a block containing a call to "{% svtopmenu ... %}" {% endcomment %}
{% endblock %} {% endblock %} {% if messages %} {% endif %} {% block content %} {% endblock %}
Powered by Savane
{% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}