{% if title %}
{{ title }}
{% else %}
Welcome
{% endif %} {% for user in users %}
{{ user.username }}
{% endfor %}