Migrated from liquid-for-designers v15

RichMorin
2010-08-12 13:45:51 -07:00
parent 6539dd1e18
commit 5ca129c3d3
-1
@@ -254,7 +254,6 @@ The simplest way to create a variable is with the @assign@ tag, which has a pret
{% for t in collections.tags %}{% if t == name %}
<p>Freestyle!</p>
{% endif %}{% endfor %}
</pre>
Another way of doing this would be to assign @true / false@ values to the variable: