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)
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


Trivial merge