jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

Option to set delimiters #65

Open peterblazejewicz opened 8 years ago

peterblazejewicz commented 8 years ago

https://mustache.github.io/mustache.5.html

* {{default_tags}}
{{=<% %>=}}
* <% erb_style_tags %>
<%={{ }}=%>
* {{ default_tags_again }}

Thanks!