diff --git a/template-engine/code/templite.py b/template-engine/code/templite.py index 53824e08f..607132d2b 100644 --- a/template-engine/code/templite.py +++ b/template-engine/code/templite.py @@ -82,7 +82,7 @@ class Templite(object):

Hello {{name|upper}}!

{% for topic in topics %}

You are interested in {{topic}}.

- {% endif %} + {% endfor %} ''', {'upper': str.upper}, )