package templates import "git.maid.zone/stuff/soundcloak/lib/cfg" templ Base(title string, content templ.Component, head templ.Component) { if title != "" { { title } ~ soundcloak } else { soundcloak } if head != nil { @head } if cfg.Debug {

!! running in debug mode !!

}

soundcloak

@content } templ MainPageHead() { } templ MainPage(p cfg.Preferences) {
if *p.SearchSuggestions { }
}