Liquex.Tag.EchoTag (liquex v0.10.2) View Source
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
{% liquid
for product in collection.products
echo product.title | capitalize
endfor %}
Output
Hat Shirt Pants