Edgewall Software

Changes between Version 33 and Version 34 of TracDev/PortingFromGenshiToJinja


Ignore:
Timestamp:
Jan 6, 2017, 8:21:29 PM (7 years ago)
Author:
Christian Boos
Comment:

mention filterout_none, deviation from stock Jinja2 behavior

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PortingFromGenshiToJinja

    v33 v34  
    115115
    116116See also [#set set complex variables] below for more involved examples.
     117
     118Another customization we made to Jinja2 is to avoid having a Python `None` value be expanded to the `"None"` string. Instead, we make it produce an empty string, like Genshi did.
    117119
    118120=== include another template   #include