{% load i18n %} {% include "title.html" %} [Savannah]
{% 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 %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% block content %} {% endblock %}

Powered by Savane
{% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}