v9.31.0
Outputs an expression in the rendered HTML. This is identical to wrapping an expression in {{` and `}}, but works inside liquid tags and supports filters.
echo
Input
{% assign username = 'Bob' %} |
Output
Bob, welcome to LiquidJS! |
v9.31.0
Outputs an expression in the rendered HTML. This is identical to wrapping an expression in {{` and `}}, but works inside liquid tags and supports filters.
Input
{% assign username = 'Bob' %} |
Output
Bob, welcome to LiquidJS! |