Skip to content

Instantly share code, notes, and snippets.

@parhamfh
Created June 14, 2013 12:23
Show Gist options
  • Save parhamfh/5781407 to your computer and use it in GitHub Desktop.
Save parhamfh/5781407 to your computer and use it in GitHub Desktop.
Div for adding store's contact email
<div id="contact">
{{#store_email}}
{{#lang}}Contact{{/lang}}: <a href="mailto:{{store_email}}">{{store_email}}</a>
{{/store_email}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment