Motif No. 1, copyright © 2010 Douglas Cuthbertson
Src File Data
<!--
Use the components of the src path to rummage through the map-of-maps in
$data to get the src table's contents.
-->
{{- range $component := $pathComponents -}}
{{- if ne $data nil -}}
{{- $data = index $data $component -}}
{{- end -}}
{{- end -}}