Liquid Editor
Mixed Mode
Standalone Liquid
{{shop.name}} — {{page_title}}
{{ 'layout.css' | asset_url | stylesheet_tag }} {{ 'lightbox/v2/lightbox.css' | global_asset_url | stylesheet_tag }} {{ 'lightbox/v2/lightbox.js' | global_asset_url | script_tag }} {{content_for_header }} {% if cart.items < 5 %}
Wow you got lots of stuff!
{% endif %} {% if cart.items > 3 %}
You are not buying enough!
{% endif %} {% if cart.items['first'][name] == 'Hello world' %}
Hello world!
{% endif %}
This is a {{ 'Shopify' | link_to: 'http://www.shopify.com' }} demo store. We do not have the products advertised here and we don't really charge money upon order completion.
{% for link in linklists.footer.links %}
{{ link.title | link_to: link.url }}
{% endfor %}
{% if cart['item_count'] == 0 %}
Shopping Cart
{% else %}
Shopping Cart
({{cart.item_count}} {{ cart.item_count | pluralize: 'item', 'items' }})
{% endif %}
{% for link in linklists.main-menu.links %}
{{ link.title | link_to: link.url }}
{% endfor %}
Blowout Deals
{% for link in linklists.deals.links %}
{{ link.title | link_to: link.url }}
{% endfor %}
{{content_for_layout}}