Skip to content

Instantly share code, notes, and snippets.

// 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