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

     1  {{- $_hugo_config := `{ "version": 1 }` }}
     2  {{- partial "shortcodes/children.html" (dict
     3    "page"           .Page
     4    "containerstyle" (.Get "containerstyle")
     5    "description"    (.Get "description")
     6    "depth"          (.Get "depth")
     7    "showhidden"     (.Get "showhidden")
     8    "sort"           (.Get "sort")
     9    "style"          (.Get "style")
    10  ) }}