{{ $error := false }} {{ if partial "utilities/IsInvalidArgs.html" (dict "structure" "badge" "args" .Params) }} {{ errorf "Invalid arguments: %s" .Position -}} {{ $error = true }} {{ end }} {{- $title := .Get "title" | default "" -}} {{- $class := .Get "class" | default "" -}} {{- $color := .Get "color" | default "secondary" -}} {{- if not $error }} {{ $title | plainify }} {{ end -}}