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

     1  {{- $_hugo_config := `{ "version": 1 }` }}
     2  {{- partial "shortcodes/mermaid.html" (dict
     3    "page"    .Page
     4    "content" .Inner
     5    "align"   (.Get "align")
     6    "zoom"    (.Get "zoom")
     7  ) }}