eidolon/templates/home.hamlet

9 lines
249 B
Text
Raw Normal View History

2014-08-12 12:42:25 +00:00
$if null recentMedia
<p>This gallery is still empty.
$else
2014-08-13 17:34:42 +00:00
$forall (Entity mediumId medium) <- recentMedia
2014-08-12 12:42:25 +00:00
<div class="thumbnails">
2014-08-13 17:34:42 +00:00
<a href=#{mediumPath medium}>
<img src=#{mediumPath medium}><br>
#{mediumTitle medium}