{{ $currentPage := . }} {{ $pageGraph := $currentPage.Store.Get "graph"}}

{{ printf "%#v" $pageGraph }}

{{- with templates.Defer -}} {{ $pageIsIn := $currentPage.Store.Get "isin"}}

{{ printf "%#v" $pageIsIn }}

{{- end -}}