-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
Parametrized lambda support #133
Comments
Handlebars allows that. If you want that look into Handlebars.java. |
Thanks @agentgt, I'm aware about handlebars |
Yes but your request seems kind of out of scope for a library that mostly follows the mustache spec. Adding parameters basically makes it not logic-less and there is a library with a spec that has lambda with parameters aka handlebars. |
@jvmlet Did you ever solve your problem? I forgot to mention you could also use Mustache Lambdas and parse the section body or do a builder approach where you return a lambda that returns an object that has more lambdas. If you are still interested I can show the builder approach with some code. |
Is parametrized lambda supported ?
Looking for something like below :
The text was updated successfully, but these errors were encountered: