Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created August 8, 2013 01:51
Show Gist options
  • Save xcommerce-gists/6180779 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/6180779 to your computer and use it in GitHub Desktop.
Alias example using HTML
<div class="product-name">
<h1>{{ productData.name|raw }}</h1>
</div>
<p class="email-friend">
<a href="{{ links.emailToFriend }}">{{ 'Email to a friend'|translate }}</a>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment