Last active
August 29, 2015 14:12
-
-
Save sas1ni69/34ddbd3fabca6df4afb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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