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