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