JamesParrott
|
0c0a3d02d1
|
fix Jinja syntax in example
|
2024-12-18 09:44:30 -08:00 |
|
David Lord
|
9b86bbce63
|
rename default branch in files
|
2021-05-11 16:24:15 -07:00 |
|
David Lord
|
2a8515d2e5
|
apply pyupgrade and f-strings
|
2020-02-05 08:44:15 -08:00 |
|
David Lord
|
4a59ac9514
|
Revert "rename imports to jinja"
This reverts commit 1167525b73.
|
2020-01-26 21:12:52 -08:00 |
|
David Lord
|
1167525b73
|
rename imports to jinja
|
2020-01-10 15:30:16 -08:00 |
|
David Lord
|
bb6216ea30
|
apply flake8
|
2020-01-10 10:40:52 -08:00 |
|
David Lord
|
04c8787155
|
apply black
|
2020-01-10 07:54:39 -08:00 |
|
David Lord
|
d177eeb295
|
apply reorder-python-imports
|
2020-01-10 07:54:39 -08:00 |
|
cclauss
|
82a8ea4f3b
|
Use print() function in both Python2 and Python 3
|
2019-10-27 13:05:59 +01:00 |
|
Kartheek Lenkala
|
29b08c85a2
|
change py2 print statements to py3
|
2015-03-22 14:25:15 +01:00 |
|
Armin Ronacher
|
ff115c4e7b
|
Fixed a broken example. This fies #45
|
2011-07-07 15:42:25 +02:00 |
|
Armin Ronacher
|
d416a97260
|
Improved Jinja's debugging support by introducing "@internalcode" which marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger.
--HG--
branch : trunk
|
2009-02-24 22:58:00 +01:00 |
|
Armin Ronacher
|
612b3a88e2
|
moved example code around
--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
|
2008-05-07 15:39:39 +02:00 |
|