{{/* Add shape decorations from given "decotype" param of page * Partial symbols need to be added on top of
before calling this : * partial "svg/inline-svg" "symbols" */}} {{ $decotype := . }} {{ $blobcount := 0 }} {{ $isDecoBurgerVisible := false }} {{ if (eq $decotype "home") }} {{ $blobcount = 3 }} {{ $isDecoBurgerVisible = true }} {{ else if or (eq $decotype "contribute") (eq $decotype "generic") }} {{ $blobcount = 3 }} {{ else if (eq $decotype "loading") }} {{ $blobcount = 1 }} {{ else if (eq $decotype "404") }} {{ $blobcount = 6 }} {{ end }} {{ if or ($blobcount) ($isDecoBurgerVisible) }} {{ end }}