{#-*-html-*-#} {% extends "base.html" %} {% block title %}Greetings!{% endblock %} {% block content %}

Hello, {{ request.values.who |default('world') }}

{% set comma = joiner(", ") -%}

Testing, testing, {{ '' }} {%- for i in range(1, 4) -%} {{ comma() }}{{ i -}} {% endfor %}. {% endblock %}