{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %}
    {% for list_item in value.list_items %}
  • {{ list_item.title }}

    {{ list_item.text }}

    {% if list_item.link_text %} {% endif %}
  • {% endfor %}