package template templ ContentXHTML(title, content string) { @templ.Raw(``) // @templ.Raw(``) { title } @templ.Raw(``)

{ title }

@templ.Raw(`
`)
@templ.Raw(content)
}