On the page displaying an article, we want to access the ID of the article, the ID of the section containing it and the ID of the category where they are.
If I go editing the templates/article_code.hbs I can use {{article.id}} and {{section.id}}.
I cannot find a way to access the category. {{section.id}}, {{section.category.id}}, {{section.category_id}} are all not working: I cannot save the template because of a message like "not possible to access `category` in `section.category.name`".
Is the category accessible?