gdritter repos frony-ritter-designs / master old_templates / photo_tile.html
master

Tree @master (Download .tar.gz)

photo_tile.html @masterraw · history · blame

1
2
3
4
5
6
7
$def with(p)
<a href="/edit/view-photo/$five(p.id)/">
<li class="design-tile">
  <img src="/static/photos/$thumb(p.filename)" alt="$five(p.id) photo" /><br/>
  Photo $five(p.id)
</li>
</a>