{{ $notebookFile := .Get 0 }} {{ with .Page.Resources.Get $notebookFile }} {{ $content := .Content | transform.Unmarshal }} {{ range $content.cells }} {{ if eq .cell_type "markdown" }}
{{- range . }}{{ . }}{{ end -}}
{{ end }}
{{ with .data }}
{{ with index . "image/png" }}
Error: Notebook '{{ $notebookFile }}' not found in page resources.
{{ end }}