How does one use a literal \"{{\" in a Mustache template?
On a side note, if I\'m using custom tags, like <% and %>, is there a way
<%
%>
Just add one curly brace,
someTest = "", {{someTest}} -> "<example>" {{{someTest}}} -> ""