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
The documentation says that changing delimiters is a supported feature, but I am not seeing how to set new delimiters?
Is there a method for this? The Template type is all un-exported so one cannot create a template and set the tags that way either.
The text was updated successfully, but these errors were encountered:
You set the delimiter in the template itself, not the code. See the Set Delimiter section of https://mustache.github.io/mustache.5.html.
Set Delimiter
Sorry, something went wrong.
Ah, I see. I am coming from a Java Mustache engine that let you set the delimiters on the engine itself.
Thanks for the response!
No branches or pull requests
The documentation says that changing delimiters is a supported feature, but I am not seeing how to set new delimiters?
Is there a method for this? The Template type is all un-exported so one cannot create a template and set the tags that way either.
The text was updated successfully, but these errors were encountered: