Migrated from liquid-for-designers v27

appden
2010-08-12 13:45:52 -07:00
parent 774292d2f4
commit 0d60a0f54b
+1 -1
@@ -113,7 +113,7 @@ Liquid allows you to write simple expressions in the @if@ or @unless@ (and optio
# Same as above
{% unless user.name == 'tobi' %}
Hello non-tobi
{% endif %}
{% endunless %}
# Check if the user has a credit card
{% if user.creditcard != null %}