diff --git a/templates/list_db.html b/templates/list_db.html new file mode 100644 index 0000000..9275b92 --- /dev/null +++ b/templates/list_db.html @@ -0,0 +1,25 @@ +{% extends "layout.html" %} +{% block body %} + + + {% for db in dbs %} + + + + + {% else %} + + + + {% endfor %} +
+ Load + +

+ {{ db }} +

+
+ No dbs to show. +
+ +{% endblock %} \ No newline at end of file