{% extends "base.html" %} {% block title %}{{ metadata.title or "Datasette" }}: {% for database in databases %}{{ database.name }}{% if not loop.last %}, {% endif %}{% endfor %}{% endblock %} {% block body_class %}index{% endblock %} {% block content %}
Présentation / FAQ / discussions
{% endblock %}