Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Last active August 29, 2015 14:12
Show Gist options
  • Save sas1ni69/34ddbd3fabca6df4afb6 to your computer and use it in GitHub Desktop.
Save sas1ni69/34ddbd3fabca6df4afb6 to your computer and use it in GitHub Desktop.
<template name="book">
<div class="col-md-2">
<div class="thumbnail">
<img class="image-responsive" src="http://lorempixel.com/128/191/" />
<div class="caption text-center">
<b><a href="#">{{title}}</a></b>
<p>by {{author}}</p>
</div>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment