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

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