{% block head %}
{# Show the setup name, as set in the config file, as tab title. Don't escape HTML entities. #}
{{ setupname|safe }}
{% endblock %}
{% block header %}
{# Always show a link to the home page, either a list of users or of products. #}
{% endblock %}
{% block main %}
{# Here be content. #}
{% endblock %}