package main
import (
"github.com/TecharoHQ/anubis"
"github.com/TecharoHQ/anubis/xess"
)
templ base(title string, body templ.Component) {
{ title }
@templ.JSONScript("anubis_version", anubis.Version)
{ title }
@body
}
templ index() {
Loading...
}
templ errorPage(message string) {
}