This page is a showcase for all the mustache features usable from DMVCFramework Server Side Views using the default Mustache engine.
Check source code to know how to escape curly braces
DateTimeToText
DateToText
DateFmt
TimeLogToText
JSONQuote
JSONQuoteURI
ToJSON
MarkdownToHtml
SimpleToHtml
WikiToHtml
BlobToBase64
EnumTrim
EnumTrimRight
PowerOfTwo
Equals
If
NewGUID
ExtractFileName
Lower
Upper
{{=<% %>=}} {{UpperCase "daniele teti"}} <%={{ }}=%> outputs: {{UpperCase "daniele teti"}}
{{=<% %>=}} {{LowerCase "DANIELE TETI"}} <%={{ }}=%> outputs: {{LowerCase "daniele teti"}}
{{=<% %>=}} {{Capitalize "daniele teti"}} <%={{ }}=%> outputs: {{Capitalize "daniele teti"}}
{{=<% %>=}} {{SnakeCase "daniele teti"}} <%={{ }}=%> outputs: {{SnakeCase "daniele teti"}}
{{MyHelper1 "this is a text"}}
{{MyHelper2 "this is another text"}}