Missing code-block in doc/templates.rst
authorJacek Jędrzejewski <jacek.jedrzejewski@gmail.com>
Sun, 27 Jan 2013 10:29:20 +0000 (11:29 +0100)
committerJacek Jędrzejewski <jacek.jedrzejewski@gmail.com>
Sun, 27 Jan 2013 10:29:20 +0000 (11:29 +0100)
doc/templates.rst

index 4ffd3a8..5e3b678 100644 (file)
@@ -446,6 +446,8 @@ By default, the ``escape`` filter uses the ``html`` strategy, but depending on
 the escaping context, you might want to explicitly use any other available
 strategies:
 
+.. code-block:: jinja
+
     {{ user.username|e('js') }}
     {{ user.username|e('css') }}
     {{ user.username|e('url') }}