{% load coldblue_sidebar %} {% coldblue_sidebar as sections %} {% for section in sections %} {{ section.label }} {% for item in section.items %} {{ item.label }} {% endfor %} {% endfor %}