{% extends "base.html" %} {% block head %} {% endblock %} {% block title %}Index{% endblock %} {% block content_title %}Valens{% endblock %} {% block content %}
{% for href, title, subtitle, content in navigation %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if content %}
{{ content|safe }}
{% endif %}
{% endfor %}
Switch user
{% endblock %}