Skip to content

Releases: jenschude/HandlebarsBundle

TwigExtension

13 Jun 16:53
1.2.0
4c826fb
Compare
Choose a tag to compare

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

Symfony 4 support

31 May 10:48
Compare
Choose a tag to compare

The Handlebars bundle now supports Symfony 2.8 up to 4.x