{{title}}
ID
NAME
MAIL
{% for item in data %}
{{item.id}}
{{item.name}}
{{item.mail}}
{% endfor %}