summaryrefslogtreecommitdiff
path: root/examples/basic
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-057-18/+4
|
* Revert "rename imports to jinja"David Lord2020-01-267-11/+11
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-107-11/+11
|
* apply flake8David Lord2020-01-102-4/+6
|
* apply blackDavid Lord2020-01-107-33/+55
|
* apply reorder-python-importsDavid Lord2020-01-107-12/+7
|
* Use print() function in both Python2 and Python 3cclauss2019-10-277-6/+13
|
* change py2 print statements to py3Kartheek Lenkala2015-03-223-3/+3
|
* Fixed a broken example. This fies #45Armin Ronacher2011-07-071-2/+10
|
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-243-2/+6
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* moved example code aroundArmin Ronacher2008-05-078-0/+107
--HG-- branch : trunk rename : examples/cycle.py => examples/basic/cycle.py rename : examples/debugger.py => examples/basic/debugger.py rename : examples/inheritance.py => examples/basic/inheritance.py rename : examples/templates/broken.html => examples/basic/templates/broken.html rename : examples/test.py => examples/basic/test.py rename : examples/test_filter_and_linestatements.py => examples/basic/test_filter_and_linestatements.py rename : examples/test_loop_filter.py => examples/basic/test_loop_filter.py rename : examples/translate.py => examples/basic/translate.py