I need to include the contents of a file (inside my resources folder) inside a Twig template.
I have tried this with no luck:
{% include \'public/directo
New in version 1.15: The source function was added in Twig 1.15. The source function returns the content of a template without rendering it
http://twig.sensiolabs.org/doc/functions/source.html