Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 19, 2014 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/46fdf6b23c0b5524f794 to your computer and use it in GitHub Desktop.
Save devdays/46fdf6b23c0b5524f794 to your computer and use it in GitHub Desktop.
Single Page App - LoDash product template
<div><strong><%- product.name %></strong>
<span>( Cateogry: <span class="value"><%- product.category %></span> )</span></div>
<div>Description: <% product.description %></div>
<div>Equal Description: <%= product.description %></div>
<div>Price: <%- product.price %></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment