Skip to content

Instantly share code, notes, and snippets.

@mersy
Created October 18, 2013 23:30
Show Gist options
  • Save mersy/7049773 to your computer and use it in GitHub Desktop.
Save mersy/7049773 to your computer and use it in GitHub Desktop.
var resultItemHTML = [
'<div id="' + op.resultBlock.blockId + '-items">',
'{{#items}}',
'<h1><a href="{{&url}}">{{&title}}</a></h1>',
'<p>by mersy <span class="glyphicon glyphicon-time"></span> Posted on {{&date}}</p>',
'<hr>',
'{{/items}}',
'</div>'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment