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 -}}
|