package main // sectionLabelComponent renders the section label. The visual contract is // uppercase + small-caps text followed (optionally) by a 1px hairline rule. templ sectionLabelComponent(data SectionLabelData) {
{ data.Label }
if data.Divider {
}
}