You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Wondering how to handle the (unlikely but possible) case where {{ or }} is needed in a template.
As I understand it, Mustache supports this syntax to change delimiters before compiling:
Mustache.tags = ["[[", "]]"];
It also supports changing delimiters on the fly like this:
{{=<% %>=}}
Far as I can see, neither of those variants are supported by MustacheCFC. Am I right about that? If so, could they be, or are there other alternatives?