SandpointsTheme/layouts/partials/deferred_page_graph.html
2025-03-30 16:02:18 +02:00

8 lines
291 B
HTML

{{ $currentPage := . }}
{{- with templates.Defer -}}
{{ $pageGraph := $currentPage.Store.Get "graph"}}
{{ $pageIsIn := $currentPage.Store.Get "isin"}}
{{/* warnf "DEFERRED: %#v" $pageGraph */}}
<p>{{ printf "%#v" $pageGraph }}</p>
<p>{{ printf "%#v" $pageIsIn }}</p>
{{- end -}}