Hello, happy new year 8 )
I was reading this https://docs.nodebb.org/en/latest/themes/templates.html but can't manage to get subcategories from home, I would like to show subcategories in nodebb home like this - ie., below category description and above teasers: (Sub-forums: forum1, forum2) etc
I've tried this
<!-- BEGIN categories.children -->
<!-- IF @first -->
<div class="category-subforums">
subforums:
<!-- ENDIF @first -->
{categories.children.name} -
<!-- IF @last -->
</div>
<!-- ENDIF @last -->
<!-- END categories.children -->
But doesn't works...maybe because it is inside another begin loop?
Thanks