This website works better with JavaScript.
Explore
Help
Sign In
playground
/
flask
mirror of
https://github.com/mitsuhiko/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Releases
Activity
2759
Commits
4
Branches
26
Tags
14 MiB
Tree:
8f950ee2de
flask
/
tests
/
templates
/
template_test.html
4 lines
51 B
Raw
Normal View
History
Unescape
Escape
Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332
13 years ago
{% if value is boolean %}
Success!
{% endif %}