Loop through a list of lists

{% for x, y in points %}
There is a point at {{ x }},{{ y }}
{% endfor %}