package web import ( "github.com/spf13/viper" ) templ Base(title string) { {title}
@NavBar(title)
{ children... }
} templ NavBar(title string) { }