WIP update deps, sql builder instead of jet

This commit is contained in:
2025-03-10 10:29:18 -04:00
parent cb3b1a429c
commit 13747c2118
87 changed files with 5208 additions and 2523 deletions

View File

@@ -66,11 +66,6 @@ func CSSID(input string) string {
return "#" + input
}
// For some reason this isn't included in the base distribution
func Template(children ...Node) Node {
return El("template", children...)
}
func Open() Node {
return Attr("open")
}