}
// mascotSVG renders a primitive, license-free mascot illustration.
// The SVGs intentionally use `currentColor` (and the theme primary) so they
// inherit colorways from the active preset.
templ mascotSVG(name string) {
switch name {
case "blocks":
case "star":
case "balloon":
default:
}
}