start rewrite

This commit is contained in:
2026-01-15 12:23:13 -05:00
parent 2c2dc57453
commit de69397aa5
4 changed files with 12 additions and 512 deletions

6
modules/server/render.go Normal file
View File

@@ -0,0 +1,6 @@
package server
/* returns a string of rendered html */
func render(luapath string) (string, error) {
return "", nil
}