Files
webhooker/internal/handlers
clawbot d65480c5ec fix: template rendering returns empty pages (closes #18)
Reorder template.ParseFS arguments so the page template file is listed
first. Go's template package names the template set after the first file
parsed. When htmlheader.html was first, its content (entirely a
{{define}} block) became the root template, which is empty. By putting
the page file first, its {{template "base" .}} invocation becomes the
root action and the page renders correctly.
2026-03-01 16:34:33 -08:00
..
2026-03-01 16:01:44 -08:00
2026-03-01 22:52:08 +07:00
2026-03-01 16:01:44 -08:00