{% 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 %}