Ok, so I’ve made some progress. I created /layouts/_default/single.json. With my content page saying it outputs just JSON, my assumption is that it would load this template automatically. Now when I run my request, I don’t get the regular HTML output, I get absolutely nothing. So I think I’m on the right track, but can you explain why nothing is being shown?
My template is just this for now:
hELLO
{{ .Content }}
which I know isn’t valid JSON output, but for now I just want to see my output - I’ll make it real later.