{% load i18n %} {% include "title.html" %} [Savannah]
{% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %}

{% include "title.html" %}

{% block content %} {% endblock %}

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