We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there.
I'm pretty happy with requirejs-handlebars ease of use, but I can't find a way to use partials in my templates.
SlexAxton's plugin allows using partials by replacing slashes with underscores in their path:
{{> path_to_template }}
But I can't make it work with requirejs-handlebars. I've tried using regular slashes to no success as well.
Is there a known way use partials with the plugin? Thanks!
The text was updated successfully, but these errors were encountered:
Let me look into this. Due to the nature of my projects, I have not used partials yet. This plugin desperately needs unit tests…
Sorry, something went wrong.
Do not Support partials,hope for supporting
No branches or pull requests
Hi there.
I'm pretty happy with requirejs-handlebars ease of use, but I can't find a way to use partials in my templates.
SlexAxton's plugin allows using partials by replacing slashes with underscores in their path:
{{> path_to_template }}
But I can't make it work with requirejs-handlebars. I've tried using regular slashes to no success as well.
Is there a known way use partials with the plugin? Thanks!
The text was updated successfully, but these errors were encountered: