Back to Crossplane

Hint

themes/geekboot/layouts/shortcodes/hint.html

1.19-archive210 B
Original Source

{{- $cssClass := .Get 0 | lower | default "tip" -}} {{ $icons := dict "tip" "#check" "note" "#info" "important" "#exclamation" "warning" "#fire" }}

{{ $cssClass | humanize}}

{{ .Inner | .Page.RenderString }}