package core type ActionLink struct { Label string Href string Class string } type SegmentedLink struct { Label string Href string Class string } templ PageHeader(pill string, title string, subtitle string, actions []ActionLink) {
{ subtitle }