{
{{ range $i, $e := .Data.Pages.ByTitle }}
{{ if $i }}, {{ end }}
"{{ .RelPermalink }}": {{ partial "page_data.json" . }}
{{ end }}
}