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
This commit is contained in:
@@ -7,6 +7,7 @@ templ AdminProfile(user User) {
|
||||
<meta charset="UTF-8">
|
||||
<title>Profile Settings - Bookmann</title>
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
<script src="/static/toast.js"></script>
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user