Include statements can now be marked with ``ignore missing`` to skip
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Dec 2008 12:10:38 +0000 (13:10 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Dec 2008 12:10:38 +0000 (13:10 +0100)
commit37f58cef10de42862fb0d49e1ab7dc47f62af700
tree49fb1d8c7826777c020bc6b3d9aff14617ef833b
parent92af75695c273744b63b900330e3222c2d0d1863
Include statements can now be marked with ``ignore missing`` to skip
non existing templates.

--HG--
branch : trunk
CHANGES
docs/templates.rst
jinja2/compiler.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py
tests/test_imports.py