[SOLVED] Loop through data file with keys

Untested…

Assuming data/quotes.yml.

{{ range (index .Site.Data.quotes .File.TranslationBaseName).quotes }}
  {{ .position }}: {{ .quote }}
{{ end }}

Further Reading: