{{- /* Collapsible disclosure for content sections (e.g. the verification log). Goldmark `unsafe` is off, so raw
in the Markdown would be stripped; this shortcode emits it and renders the inner Markdown itself. */ -}} {{ .Get "summary" | default "Details" }} {{ .Inner | .Page.RenderString (dict "display" "block") }}