mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
<table>
|
|
{% tablerow i in (1..10) limit: foo=>bar %}
|
|
{{ i }}
|
|
{% endtablerow %}
|
|
</table>
|