From: Armin Ronacher Date: Sun, 19 May 2013 10:29:55 +0000 (+0100) Subject: Flask -> Jinja2 X-Git-Tag: 2.7~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13340f96729a7167b8ca066ea0f3e25c764533d8;p=thirdparty%2Fjinja.git Flask -> Jinja2 --- diff --git a/CHANGES b/CHANGES index 036558a6..af99f100 100644 --- a/CHANGES +++ b/CHANGES @@ -24,6 +24,8 @@ Version 2.7 filter. - Added support for ignoring memcache errors silently. - Added support for keeping the trailing newline in templates. +- Added finer grained support for stripping whitespace on the left side + of blocks. Version 2.6 ----------- diff --git a/docs/switching.rst b/docs/switching.rst index 41bb5b04..28f772fd 100644 --- a/docs/switching.rst +++ b/docs/switching.rst @@ -189,7 +189,7 @@ Django template:: No items! {% endfor %} -would be handled in Flask as:: +would be handled in Jinja2 as:: {% for item in items %} {{item}}