Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created March 31, 2017 00:03
Show Gist options
  • Save malachi358/c4e9bc27092d61ede40edfa956e1ac52 to your computer and use it in GitHub Desktop.
Save malachi358/c4e9bc27092d61ede40edfa956e1ac52 to your computer and use it in GitHub Desktop.
Shopify New Template
<div class="content-wrapper">
{% if template == 'index' %}
{{ content_for_layout }}
{% elsif template == 'page.aboutus' %}
{{ content_for_layout }}
{% else %}
<div id="content" class="row">
{% if settings.breadcrumb %}
{% include 'breadcrumb' %}
{% endif %}
{{ content_for_layout }}
</div>
{% endif %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment