Skip to content

Instantly share code, notes, and snippets.

@saumitra2810
saumitra2810 / page.wishlist.liquid
Last active May 4, 2023 18:16
Code for creating a custom wishlist page with Swym APIs for Shopify
<div class="page-width">
<div class="grid">
<div class="grid__item medium-up--five-sixths medium-up--push-one-twelfth">
<div class="section-header text-center">
<h1>{{ page.title }}</h1>
</div>
<div class="rte">
{{ page.content }}
</div>