refactor: switch to templ for HTML templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M .editorconfig → .editorconfig
@@ -8,7 +8,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[{justfile,go.mod,go.sum,*.go,.gitmodules}] +[{justfile,go.mod,go.sum,*.go,*.templ,.gitmodules}] indent_style = tab [*.yaml]