{% extends "base.html" %} {% block content %}
{% block htmx %} {% for row in rows %} {% endfor %}
Database Version Database Name Current User Current Timestamp
{{ row.database }} {{ row.version }} {{ row.current_database }} {{ row.current_user }} {{ row.current_timestamp }}
{% endblock htmx %} {% endblock content %}