]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add `{% whitespace %}` template directive.
authorBen Darnell <ben@bendarnell.com>
Sun, 5 Jul 2015 22:40:14 +0000 (18:40 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 Jul 2015 22:40:14 +0000 (18:40 -0400)
commitd8d5f588dd034ea262fdd8e6098e3ae20c805837
tree3fe9b6203f0fe44d4166f0359e7eb46743ccde57
parent254783a0da0f395c46423094170bb7cabba8a8f3
Add `{% whitespace %}` template directive.

This allows per-template and even per-section changes to whitespace
handling.

Closes #178.
tornado/template.py
tornado/test/template_test.py