Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active October 19, 2016 19:03
Show Gist options
  • Save nickmealey/b439b23a7ac80ec8a8cf76a589c0c455 to your computer and use it in GitHub Desktop.
Save nickmealey/b439b23a7ac80ec8a8cf76a589c0c455 to your computer and use it in GitHub Desktop.
<div data-relatable="collection.collections" data-relatable-id="{{collection.id}}">
{% raw %}
{{#collections}}
<a href="/collections/{{handle}}" class="relatable-item">
<img src="{{#img_url.medium}}{{image.src}}{{/img_url.medium}}">
<div class="title">{{title}}</div>
</a>
{{/collections}}
{% endraw %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment