{% raw %} {% with element.json.data.ListType as "list" %} {% for item in list %}

{{ item.text }}

    {% for listItem in item.listContent %}
  1. {{ listItem.list }}
  2. {% endfor %}
{% endfor %} {% endwith %} {% endraw %}