{{ $info := "blue-400" }} {{ $success := "green-400" }} {{ $danger := "red-400" }} {{ $warning := "yellow-400" }} {{ $requirement := "violet-400" }} {{ $quote := "gray-400" }} {{ $types := dict "info" $info "success" $success "danger" $danger "warning" $warning "requirement" $requirement "quote" $quote }} {{ $color := index $types .type }} {{ $dimension := 6 }} {{ $viewBox := cond (eq .type "requirement") 24 20 }}
{{ with .title }} {{ . | markdownify }} {{ end }}
{{ .content | markdownify }}