Initial templatification + Records widget
[mkws-moved-to-github.git] / src / mkws-widget-main.templates / Image.handlebars
1       <a href="#" id="{{_id}}" onclick="{{_onclick}}">
2         {{#mkws-first md-thumburl}}
3           <img src="{{this}}" alt="{{../md-title}}"/>
4         {{/mkws-first}}
5         <br/>
6       </a>