Advertisement
stevenchu

Shopify Sections DEMO - theme.liquid

Oct 13th, 2017
2,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <body>
  2.  
  3.   {% section 'header' %}
  4.  
  5.   <div class="page-container page-element is-moved-by-drawer" id="section-one" data-bg="white" data-color="black">
  6.     <main class="main-content" id="MainContent" role="main">
  7.       {{ content_for_layout }}
  8.       {% section 'business-home' %}
  9.      
  10.     </main>
  11.  
  12.     {% section 'footer' %}
  13.   </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement