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