Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active July 29, 2019 09:49
<div class="page-width">
<header class="section-header text-center">
<h1 class="section-header__title h2">{{ page.title }}</h1>
</header>
<div class="grid">
<div class="grid__item medium-up--four-fifths medium-up--push-one-tenth">
<div class="rte">
{{ page.content }}
{% section 'fall-featured-collection' %}
{% section 'landing-page-newsletter' %}
{% section 'fall-call-to-action'%}
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment