Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active February 10, 2017 19:00
Show Gist options
  • Save nickmealey/e882ecbb636afcaaec0eb3f6d0791448 to your computer and use it in GitHub Desktop.
Save nickmealey/e882ecbb636afcaaec0eb3f6d0791448 to your computer and use it in GitHub Desktop.
<div data-relatable="page.products" data-relatable-id="{{page.id}}">
{% raw %}
{{#products.length}}<h3>Related Products</h3>{{/products.length}}
{{#products}}
<a href="/products/{{handle}}" class="relatable-item">
<img src="{{#img_url.medium}}{{image.src}}{{/img_url.medium}}">
<div class="title">{{title}}</div>
</a>
{{/products}}
{% endraw %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment