{% load sidebar_menu %} {% if section.text == '' and section.separator %}

  • {% else %} {% if allowed %}
  • {{ section.text }}
  • {% render_nodes section.nodes %} {% endif %} {% endif %}