SandpointsTheme/layouts/partials/deferred_page_graph.html

9 lines
243 B
HTML
Raw Normal View History

2025-03-30 16:02:18 +02:00
{{ $currentPage := . }}
2025-03-30 23:55:57 +02:00
{{ $pageGraph := $currentPage.Store.Get "graph"}}
<p>{{ printf "%#v" $pageGraph }}</p>
2025-03-30 16:02:18 +02:00
{{- with templates.Defer -}}
{{ $pageIsIn := $currentPage.Store.Get "isin"}}
<p>{{ printf "%#v" $pageIsIn }}</p>
{{- end -}}