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

Tree @bee141c (Download .tar.gz)

design_tile.mustache @bee141craw · history · blame

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>