From cc07b3fdc4b8860a1ee1b25f09039ba3f13ee509 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 00:25:57 +0200 Subject: Add initial browser UI app --- browser/templates/base.html.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 browser/templates/base.html.j2 (limited to 'browser/templates/base.html.j2') diff --git a/browser/templates/base.html.j2 b/browser/templates/base.html.j2 new file mode 100644 index 0000000..a8a6cf7 --- /dev/null +++ b/browser/templates/base.html.j2 @@ -0,0 +1,20 @@ + + + + + + + + {% block head_meta %} + Database browser + + {% endblock %} + + + + + +

Database browser

+ {% block content %}{% endblock %} + + -- cgit v1.3