mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 00:56:57 +02:00
4 lines
204 B
HTML
4 lines
204 B
HTML
<h1>Database{% if databases.keys()|length != 1 %}s{% endif %}</h1>
|
|
{% for name, info in databases.items() %}
|
|
<p><a href="{{ name}}-{{ info.hash|truncate(7, end='') }}">{{ name }}</a></p>
|
|
{% endfor %}
|