View Source Liquex.Tag.EchoTag (liquex v0.13.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

{% liquid
for product in collection.products
  echo product.title | capitalize
endfor %}

Output

Hat Shirt Pants