package main // doodleDividerComponent renders an inline SVG divider whose motif is // selected by the editor. Each motif draws a distinct hand-drawn shape so // they look visibly different even at thumbnail size. templ doodleDividerComponent(motif string) {
switch motif { case "croissant": case "cup": case "leaf": default: }
}