Data Template: Issue with rendering content

Here is the fix. In single.html change it to:

{{ range .Site.Data.verbs }}
    {{ range .ayas }}

Move the JSON to: /data/verbs/source.json

Then create an MD file that matches the name of the JSON: project-root/content/verbs/source.md and add this to the file:

---
title: "source"
---

The content should render.