Skip to content

Commit

Permalink
Merge pull request #2831 from chris-laplante/patch-1
Browse files Browse the repository at this point in the history
Clarify instructions for escaping special character sequences
  • Loading branch information
bdarnell authored Jun 19, 2020
2 parents b4e39e5 + fa9ce30 commit 8de0ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tornado/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def add(x, y):
To comment out a section so that it is omitted from the output, surround it
with ``{# ... #}``.
These tags may be escaped as ``{{!``, ``{%!``, and ``{#!``
if you need to include a literal ``{{``, ``{%``, or ``{#`` in the output.
To include a literal ``{{``, ``{%``, or ``{#`` in the output, escape them as
``{{!``, ``{%!``, and ``{#!``, respectively.
``{% apply *function* %}...{% end %}``
Expand Down

0 comments on commit 8de0ec2

Please sign in to comment.