webhooker/templates
clawbot d4eef6bd6a refactor: use go:embed for templates
Templates are now embedded using //go:embed and parsed once at startup
with template.Must(template.ParseFS(...)). This avoids re-parsing
template files from disk on every request and removes the dependency
on template files being present at runtime.

closes #7
2026-03-01 16:01:44 -08:00
..
base.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
htmlheader.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
index.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
login.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
navbar.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
profile.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
templates.go refactor: use go:embed for templates 2026-03-01 16:01:44 -08:00