Liquex.Tag.RawTag (liquex v0.15.0)

Copy Markdown 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.

Summary

Functions

Callback implementation for Liquex.Tag.parse/0.

Callback implementation for Liquex.Tag.render/2.

Functions

parse()

Callback implementation for Liquex.Tag.parse/0.

render(contents, context)

Callback implementation for Liquex.Tag.render/2.