You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Hi there,
Could you add an example of how to use this inside a twig file and how the syntax is to pass the variables to the file?
At the moment I do this inside the twig file to include other twig files:
{% include '@prototype/partials/layout/l-landing-page.html.twig' with { 'variable' : value } %}But would like to do include also some hbs files like this:
{% handlebars '@prototype/partials/layout/l-landing-page.hbs' with { 'variable' : value } %}Thanks,
Sascha