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
{{{{raw-helper}}}} {{bar}} {{{{/raw-helper}}}}
see handlebars-lang/handlebars.js#730
and http://handlebarsjs.com/block_helpers.html#raw-blocks
The text was updated successfully, but these errors were encountered:
9fcbf00
Hello,
I don't get how to write a working raw helper.
public class RawHelper implements Helper<Object> { @Override public CharSequence apply(Object t, Options options) throws IOException { return options.fn.text(); } }
{{{{raw}}}} {{myhelperforclientside test}} {{{{/raw}}}}
This give me a:
com.github.jknack.handlebars.HandlebarsException: could not find helper: 'myhelperforclientside'
Sorry, something went wrong.
No branches or pull requests
see handlebars-lang/handlebars.js#730
and http://handlebarsjs.com/block_helpers.html#raw-blocks
The text was updated successfully, but these errors were encountered: