{% include 'base_navbar/offcanvas/body_text.html' %}
{% for offitem in item.offcanvas.get_items %} {% if offitem.get_children %} {% include 'base_navbar/offcanvas/family_item.html' %} {% else %} {% include 'base_navbar/offcanvas/lonely_item.html' %} {% endif %} {% endfor %}