feature #1257 added a source function to include the content of a template without...
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 2 Nov 2013 20:45:37 +0000 (21:45 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 2 Nov 2013 20:45:37 +0000 (21:45 +0100)
commit6aea4d97b649ad4cf7ce3e20ecec4465edf04f10
tree45eb6f5c282fb71a14b031e350c1727b2e42c863
parent726a40a1b407c6f2ae675a25dcb24b8ce024559a
parentdff7d2c7582a82515b995889b60a84c377d354c7
feature #1257 added a source function to include the content of a template without rendering it (fabpot)

This PR was merged into the master branch.

Discussion
----------

added a source function to include the content of a template without rendering it

Replaces #1230.

There is one question about the implementation: Should the content be considered safe (which is the current implementation)?

Commits
-------

dff7d2c added a source function to include the content of a template without rendering it