package core import "vctp/version" templ HTML(title string, content templ.Component) { @head(title) @body(content) } templ head(title string) {