From: Markus Unterwaditzer Date: Wed, 11 Mar 2015 19:56:40 +0000 (+0100) Subject: Not only syntax is affected. X-Git-Tag: 2.8~46^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459b908bff120af9c3268c4e462b05f08cdedcb8;p=thirdparty%2Fjinja.git Not only syntax is affected. --- diff --git a/docs/templates.rst b/docs/templates.rst index 5eec857b..7530728b 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -6,8 +6,8 @@ Template Designer Documentation This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. As the template engine is very flexible, the configuration from the application can -be slightly different from the default syntax presented here -in terms of delimiters and behavior of undefined values. +be slightly different from the code presented here in terms of delimiters and +behavior of undefined values. Synopsis