Simple html/template wrapper to support template refresh + htmx headers handling.
Go to file
2023-12-18 18:37:34 +01:00
.gitignore Initial commit 2023-12-15 23:31:08 +00:00
go.mod feat: implement RendererManager and WatcherManager 2023-12-16 00:38:00 +01:00
LICENSE Initial commit 2023-12-15 23:31:08 +00:00
README.md Initial commit 2023-12-15 23:31:08 +00:00
render.go chore: add debug log for registration of pages and components 2023-12-18 18:37:34 +01:00
watcher.go feat!: add FuncMap support 2023-12-16 01:13:47 +01:00

render

Simple html/template wrapper to support template refresh + htmx headers handling.