{% for item in unordered_list.items %} {% if item.link %} {% endif %}
  • {{ item.data }}
  • {% if item.link %}
    {% endif %} {% endfor %}