hugo-theme-relearn/layouts/shortcodes/notice.html

8 lines
No EOL
248 B
HTML

{{- partial "shortcodes/notice.html" (dict
"context" .Page
"color" (.Get "color")
"content" .Inner
"icon" (.Get "icon" | default (.Get 2))
"style" (.Get "style" | default (.Get 0))
"title" (.Get "title" | default (.Get 1))
) }}