{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %}
{% for ul in self %} {% for bullet in ul.content %}
  • {{ bullet|safe }}
  • {% endfor %} {% endfor %}