mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01: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 %}
|