Files
liquid/bin/example.liquid
T

6 lines
95 B
Plaintext

<table>
{% tablerow i in (1..10) limit: foo=>bar %}
{{ i }}
{% endtablerow %}
</table>