From: Seth G Date: Tue, 26 May 2020 16:46:18 +0000 (+0200) Subject: add symbol names for tilde and pipe operators X-Git-Tag: 3.0.0rc1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1226%2Fhead;p=thirdparty%2Fjinja.git add symbol names for tilde and pipe operators --- diff --git a/docs/templates.rst b/docs/templates.rst index 6226468d..4f0c9db9 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1389,10 +1389,10 @@ two categories: ``is`` Performs a :ref:`test `. -``|`` +``|`` (pipe, vertical bar) Applies a :ref:`filter `. -``~`` +``~`` (tilde) Converts all operands into strings and concatenates them. ``{{ "Hello " ~ name ~ "!" }}`` would return (assuming `name` is set