{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} {% for database in databases %}

{{ database.title }}

{% endfor %} {% if extra_html %}
{{ extra_html | safe }}
{% endif %} {% endblock %}