diff --git a/tornado/template.py b/tornado/template.py index 5cc5e003..d18d158b 100644 --- a/tornado/template.py +++ b/tornado/template.py @@ -53,7 +53,7 @@ interesting. Syntax for the templates {% block student %}
  • {{ escape(student.name) }}
  • - {% block %} + {% end %} Unlike most other template systems, we do not put any restrictions on the expressions you can include in your statements. if and for blocks get