Created
August 8, 2013 01:51
-
-
Save xcommerce-gists/6180779 to your computer and use it in GitHub Desktop.
Alias example using HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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