{% if title %}

{{title}}

{% endif %} {% for row in json.data %}
  • {{row.text}}
{% endfor %}