mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Velimir Đurković
14 hours ago 55120c7e8981919aa51d57a8e0abe1b1f50d6c66
1
2
3
4
5
{{- $scratch := page.Store.Get "ananke.hooks" -}}
{{- partials.Include "func/debug-cli.html" (collections.Dictionary "message" "Hooks Collector" "severity" "debug") -}}
{{- range $index, $item := $scratch -}}
    {{- partials.Include "func/debug-cli.html" (collections.Dictionary "message" (printf "%d: %#v" $index $item) "severity" "debug") -}}
{{- end -}}