4 lines
176 B
HTML
4 lines
176 B
HTML
{{- with templates.Defer -}}
|
|
{{- $globalGraph := site.Home.Store.Get "graph" -}}
|
|
{{- warnf "%s" ($globalGraph | jsonify (dict "prefix" " " "indent" " ")) -}}
|
|
{{- end -}}
|