SandpointsTheme/layouts/partials/deferred_page_graph.html

8 lines
243 B
HTML

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