raw

Temporarily disables tag processing and is useful for generating content (e.g Mustache, Handlebars) which uses conflicting syntax.

Input
  • {% raw %}In Handlebars, {{ this }} will be HTML-escaped, but {{{ that }}} will not.{% endraw %}
Output
  • In Handlebars, {{ this }} will be HTML-escaped, but {{{ that }}} will not.