github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/_default/_markup/render-image.html (about)

     1  {{- $id := "" }}
     2  {{- partial "shortcodes/image.html" (dict
     3    "page" .Page
     4    "url" .Destination
     5    "title" .Title
     6    "alt" .Text
     7    "id" $id
     8    "attributes" .Attributes
     9  ) }}