Skip to content

Instantly share code, notes, and snippets.

@paul
Created January 10, 2011 22:51
Show Gist options
  • Save paul/773633 to your computer and use it in GitHub Desktop.
Save paul/773633 to your computer and use it in GitHub Desktop.
template = "
<tr>
<td class='hostname'>{{name}}</td>
<td class='tags'>{{tags}}</td>
<td class='chart'><div class='sparkline'></div></td>
<td class='current'><meter/></td>
<td class='actions'><a href='#'><img src='images/detail.png'/></a></td>
</tr>
"
$template = Handlebars.compile(template)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment