We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4c826fb
Added a TwigExtension which is capable of rendering handlebars templates inside of a twig template.
Usage:
{{ render_hbs('template.hbs') }} {{ render_hbs('template2.hbs', {"foo": "bar"}) }}
242aada
The Handlebars bundle now supports Symfony 2.8 up to 4.x