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
I made a bundle just for this some time ago. It's pretty much a wrapper for file_get_contents.
file_get_contents
The setup can be found here.