Skip to content Skip to sidebar Skip to footer

Status Of The "marker" Keyword In Jinja

I was looking though the templating documentation for Jinja and noticed that the example does not use the marker keyword in the base template, nor is it used later on in the docume

Solution 1:

Those are documentation for two very different versions of Jinja. http://jinja.pocoo.org/docs/ documents the current version, Jinja2, while http://wsgiarea.pocoo.org/jinja/ documents an old jinja "pre 1.0" version, for historical purposes presumably. marker was probably removed in Jinja2 because it is equivalent to an empty block tag.


Post a Comment for "Status Of The "marker" Keyword In Jinja"