From 069d3c1c81d71042706372df153254487a765dfc Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 22:31:11 -0400 Subject: feat: wip web admin for mapping and crud --- internal/admin/templates/items.html | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 internal/admin/templates/items.html (limited to 'internal/admin/templates/items.html') diff --git a/internal/admin/templates/items.html b/internal/admin/templates/items.html new file mode 100644 index 0000000..f8f3b66 --- /dev/null +++ b/internal/admin/templates/items.html @@ -0,0 +1,45 @@ +{{define "body-items"}} +
+
+ +
+ +
+
+

Select an item to edit

+
+
+ + +{{end}} -- cgit v1.2.3