refactor: switch to templ for HTML templates
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M nix/package.nix → nix/package.nix
@@ -37,6 +37,7 @@ patchPhase = '' rm -f frontend/static/base.css cp ${css} frontend/static/base.css + ${pkgs.templ}/bin/templ generate ''; tags = [ "embed" ]; ldflags = [