{% load box_tags %} {% load i18n %} {% load theme_tags %} {% list_boxes as sidebar_boxes tags=TEMPLATE_BOXES_GROUP_TAGNAME limit=TEMPLATE_BOXES_GROUP_LIMIT %}
Add a box and use the tag {{ TEMPLATE_BOXES_GROUP_TAGNAME }} to add content to this area. The Title of the box will be the heading and the content will display below. You can add up to {{ TEMPLATE_BOXES_GROUP_LIMIT }} boxes to your sidebar.
{% endif %} {% endif %}