• {{ node.name }} {% load blog_tags %} {% query nav_category_list parent_category=node as child_categorys %} {% if child_categorys %}
      {% for child in child_categorys %} {% with node=child template_name="share_layout/nav_node.html" %} {% include template_name %} {% endwith %} {% endfor %}
    {% endif %}