{{ define "main" }} {{$currentNode := . }} {{ range $k, $v := $.Site.Data.sandpointsnamegraph }} {{ if eq (substr $currentNode.File.Dir 0 -1) $k }} {{ $.Scratch.Set "plural" (index $v "plural") }} {{ $.Scratch.Set "depth" (index $v "depth") }} {{ with index $v "in" }} {{ $.Scratch.Set "in" (index $v "in") }} {{ end }} {{ with index $v "has" }} {{ $.Scratch.Set "has" (index $v "has") }} {{ end }} {{ end }} {{ end }}