package main // botanicalDividerComponent renders a centred botanical SVG flourish flanked by hairlines. templ botanicalDividerComponent(data BotanicalDividerData) { } // botanicalGlyph renders the SVG illustration for the named motif. templ botanicalGlyph(motif string, size int) { switch motif { case "root": case "seed": default: } }