Back to Distribution

Hint

docs/themes/hugo-geekdoc/layouts/shortcodes/hint.html

3.1.1226 B
Original Source

{{ $type := default "note" (.Get "type") }} {{ $icon := .Get "icon" }} {{ $title := default ($type | title) (.Get "title") }}

{{- with $icon -}} {{ $title }} {{- else -}} {{- end -}}

{{ .Inner | $.Page.RenderString }}