TwigstringBundle
TwigstringBundle copied to clipboard
This Symfony2 Bundle adds the possibillity to render strings instead of files with the Symfony native Twig templateing engine.
Is it possible to use custom filters with twigstring? If so, can you please update the documentation to reflect the configuration? For example, I'd like to run {{ var|myTwigFilter(5) }}...
I have filters being loaded from both the [official Text twig extension](http://git.io/BHrwgg) and a custom extension I've written, both configured via my `config.yml`: ``` services: text.twig.extension: class: Twig_Extensions_Extension_Text tags: [{...
Can we use this stuff with standalone php apps (non-symfony)
Since I updated to Sf2.1 I'm getting the following error when I call the twigstring service ``` Warning: Missing argument 2 for Ital\Framework\SpecialCommentsBundle\Handler::__construct(), called in /home/matias/workspace/proyecto/app/cache/dev/be/4f12d16ca15ebe3c1d000000_4f12d16ca15ebe3c1d010000/appDevDebugProjectContainer.php on line 2613 and...
Hello, thanks for bundle! is there anyway to ignore not valid variables/patterns? I tried ``` lk_twigstring: strict_variables: false ``` but it's not accepting that option