Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created February 19, 2016 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/c93e40a4a07e03974611 to your computer and use it in GitHub Desktop.
Save levinmejia/c93e40a4a07e03974611 to your computer and use it in GitHub Desktop.
// Liquid
<h1>{{ product.title }}</h1>
<p>{{ product.description }}</p>
// HTML returned
<h1>Snowboard Product Title</h1>
<p>The snowboard product description.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment