package web import ( "github.com/TecharoHQ/anubis" "github.com/TecharoHQ/anubis/xess" ) templ base(title string, body templ.Component) { { title }

{ title }

@body
} templ index() {

Loading...