Liquex.Tag.RawTag (liquex v0.10.2) View Source

Temporarily disables tag processing. This is useful for generating certain content that uses conflicting syntax, such as Mustache or Handlebars.

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.

Link to this section Summary

Functions

Callback implementation for Liquex.Tag.parse/0.

Callback implementation for Liquex.Tag.render/2.

Link to this section Functions

Callback implementation for Liquex.Tag.parse/0.

Link to this function

render(contents, context)

View Source

Callback implementation for Liquex.Tag.render/2.