package templates import "github.com/bergbauer888/backgroundoo/templates/pages" templ Layout(title string, metaTags, bodyContent templ.Component) { { title } @metaTags @bodyContent }