include tags are now able to select between multiple templates
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Jan 2010 23:41:30 +0000 (00:41 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Jan 2010 23:41:30 +0000 (00:41 +0100)
commit31bbd9e34d2c612686bb9cebe4efe4e54d81c751
treef3bbfd8c801f8e72abec2fca059d31665827fe89
parent95632c4dae693127340221f7eed11f68953db4c3
include tags are now able to select between multiple templates
and take the first that exists, if a list of templates is
given.

--HG--
branch : trunk
CHANGES
docs/api.rst
docs/templates.rst
jinja2/__init__.py
jinja2/compiler.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/meta.py
tests/test_imports.py
tests/test_meta.py