{% for button in buttons %} {% if button.divider %}

  • {% endif %}
  • {{ button.text }}
  • {% endfor %}