Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 18, 2014 23:58
Embed
What would you like to do?
Single Page App - product detail template
<!-- product {{id}} -->
<h3>{{name}}</h3>
<div>Category: {{category}}</div>
<div>Price: ${{price}}</div>
<div>Description: {{&description}}</div>
<div>Description: {{{description}}}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment