gdritter repos frony-ritter-designs / master templates / design_tile.mustache
master

Tree @master (Download .tar.gz)

design_tile.mustache @master

464d0c1
f3ee8fa
464d0c1
bdf5edc
464d0c1
 
f3ee8fa
464d0c1
1
2
3
4
5
6
7
8
<a href="/design/{{id_str}}/{{slug}}/">
  <div class="design-tile">
    <div id="img">
      <img src="/static/photos/{{thumbnail}}" alt="{{title}} photo" />
    </div>
    <span class="title">{{title}}</span>
  </div>
</a>