Skip to content

Instantly share code, notes, and snippets.

@arkitrave
Created February 14, 2011 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkitrave/826353 to your computer and use it in GitHub Desktop.
Save arkitrave/826353 to your computer and use it in GitHub Desktop.
Step Two
Gilt.Template.register('baz', '<div class="foo">' +
'<div class="foo-image">' +
'<img src="{{images/0}}" fullsrc="{{images/0}}" alt="{{{title}}}" />' +
'</div>' +
'<div class="foo-text">' +
'<h1>{{{brand_name}}}</h1>' +
'<h2>{{{title}}}</h2>' +
'</div>' +
'</div>',
{ version : 'bar' }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment