github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/shortcodes/notice.html (about)

     1  {{- $_hugo_config := `{ "version": 1 }` }}
     2  {{- partial "shortcodes/notice.html" (dict
     3    "page"    .Page
     4    "color"   (.Get "color")
     5    "content" .Inner
     6    "icon"    (.Get "icon" | default (.Get 2))
     7    "style"   (.Get "style" | default (.Get 0))
     8    "title"   (.Get "title" | default (.Get 1))
     9  ) }}