{% for line in settings.menu -%} {% if loop.first %}
  • {{ line }}
  • {% else %}
  • {{ line }}
  • {% endif %} {% endfor -%}