Liquex.Tag.IfTag (liquex v0.9.0) View Source
Executes a block of code only if a certain condition is true.
Input
{% if product.title == "Awesome Shoes" %}
These shoes are awesome!
{% endif %}Output
These shoes are awesome!
Link to this section Summary
Functions
Callback implementation for Liquex.Tag.parse/0.
Callback implementation for Liquex.Tag.render/2.