<title>{% block title %}{% endblock title %}</title>
<ul>
{% for user in users %}
<li><a href="{{ user.url }}">{{ user.username }}</a></li>
{% endfor %}
</ul>
It intentionally deviates from Jinja2/Django in many ways, only the overall look and feel is similar.