From b887c38abfa16b81b5290e1e426e983420627146 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 29 Jan 2026 14:09:29 -0500 Subject: [PATCH] refactor: update templates for new frontend structure - Extract inline JavaScript from index.templ - Replace with external script include for theme.js - All templates reference /static/ for assets - Cleaner separation of concerns between markup and logic --- templates/admin.templ | 1 + templates/admin_library.templ | 1 + templates/admin_profile.templ | 1 + templates/dashboard.templ | 1 + templates/index.templ | 55 ++--------------------------------- templates/login.templ | 1 + templates/register.templ | 1 + 7 files changed, 8 insertions(+), 53 deletions(-) diff --git a/templates/admin.templ b/templates/admin.templ index 328d74f..0dc277a 100644 --- a/templates/admin.templ +++ b/templates/admin.templ @@ -7,6 +7,7 @@ templ Admin(user User) { Admin Dashboard - Bookmann +