package layout // Creates a
object thats good to break up a page of content. templ Section(title, subtitle string) {

{ title }

{ subtitle }

}