{{!expression}}
A comment that doesn't get inserted into the rendered result.
    {{!EXPRESSION}}
  
  The comment tag operates similarly to a <!-- --> tag in HTML. It exists in your template but never shows up.
{{!getFoo()}}
  
  Parameters
- EXPRESSION 
{Literal Expression|KeyLookup Expression|Call Expression|Helper Expression}:An expression that will be ignored.