Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created May 9, 2012 13:23
Show Gist options
  • Save dragoonis/2644454 to your computer and use it in GitHub Desktop.
Save dragoonis/2644454 to your computer and use it in GitHub Desktop.
<div id="grid-item-mustache-template" style="display: none;">
<a class="image" href="{{link}}" title="{{title}}" rel="nofollow">
<img src="{{image}}" alt="{{title}}" />
</a>
<p><a class="title" href="{{link}}" rel="nofollow">{{title}]</a></p>
<p class="was-price">{{highestPrice}}</p>
<p class="now-price">{{lowestPrice}}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment