You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to handlebars.java
Hi
In our project we want to share client side handlebars templates with our back-end.
Handlebars.js supports body content from a partial using the @partial-block variable.
"This block syntax may also be used to pass templates to the partial, which can be executed by the specially named partial, @partial-block"
Does Handlebarsjava support this yet?
I know there are other ways of achieving the same thing, but I specifically need the exact syntax between client and server in order to share templates and partials.