website/layouts/partials/insert-capture.html

5 lines
109 B
HTML

{{- $capture_id := printf "__cid_%s" .id -}}
{{- with .ctx.Scratch.Get $capture_id -}}
{{- . -}}
{{- end -}}