Skip to content

TwigExtension

Latest
Compare
Choose a tag to compare
@jenschude jenschude released this 13 Jun 16:53
· 3 commits to develop since this release
1.2.0
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"}) }}