hugo-theme-relearn/layouts/shortcodes/notice.html
2024-11-30 19:37:03 +01:00

11 lines
No EOL
358 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/notice.html" (dict
"page" .Page
"color" (.Get "color")
"content" .Inner
"expanded" (.Get "expanded")
"groupid" (.Get "groupid")
"icon" (.Get "icon" | default (.Get 2))
"style" (.Get "style" | default (.Get 0))
"title" (.Get "title" | default (.Get 1))
) }}