diff --git a/template-engine/chapter.md b/template-engine/chapter.md index 29c3350fb..b69b76a42 100644 --- a/template-engine/chapter.md +++ b/template-engine/chapter.md @@ -442,7 +442,7 @@ templite = Templite('''

Hello {{name|upper}}!

{% for topic in topics %}

You are interested in {{topic}}.

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