Hi, Guide Enterprise allows you to have a section hierarchy under a category. I would like to display that hierarchy using curlybars:
For instance
{{#each sections}}
{
"description": "{{~description~}}",
"title": "{{name}}",
"id": {{id}},
"url": "{{url}}",
"article_count": {{article_count}},
"sections": [
{{#each sections}}
For instance, I have the above code on the page. I get an error on the last {{#each sections}} above saying:
'sections' does not exist
Do I take that it's not supported






