package components import "fmt" type InfoBoxConfig struct { ColourClass string InFlex bool FlexBasis string } templ InfoBox(ibc InfoBoxConfig, title string, child templ.Component) {

{ title }

@child
}