Missing code-block in doc/templates.rst

This commit is contained in:
Jacek Jędrzejewski
2013-01-27 11:29:20 +01:00
parent 5218db7796
commit 8f28e7890e
+2
View 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') }}