Created
March 31, 2017 00:03
-
-
Save malachi358/c4e9bc27092d61ede40edfa956e1ac52 to your computer and use it in GitHub Desktop.
Shopify New Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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