Hello, world!
{% for object in objects %}
{{ object.name }} @ {{ object.x }}, {{ object.y }}
{% endfor %}