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

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.

Summary

Functions

Callback implementation for Liquex.Tag.parse/0.

Callback implementation for Liquex.Tag.render/2.

Functions

Callback implementation for Liquex.Tag.parse/0.

Link to this function

render(contents, context)

View Source

Callback implementation for Liquex.Tag.render/2.