package main // mbHeadingComponent renders a heading at the requested level with Magazine Bold scale. templ mbHeadingComponent(level int, text, textClass string) { switch level { case 1:

{ text }

case 2:

{ text }

case 3:

{ text }

case 4:

{ text }

case 5:
{ text }
case 6:
{ text }
default:

{ text }

} }