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/techs.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 internal/admin/templates/techs.html (limited to 'internal/admin/templates/techs.html') diff --git a/internal/admin/templates/techs.html b/internal/admin/templates/techs.html new file mode 100644 index 0000000..084d564 --- /dev/null +++ b/internal/admin/templates/techs.html @@ -0,0 +1,14 @@ +{{define "body-techs"}} +
+
+ +
+ +
+
+

Select a tech to edit

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