eidolon/templates/home.hamlet

11 lines
294 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-09-14 03:06:43 +00:00
<ul>
$forall (Entity mediumId medium) <- recentMedia
<li>
<a href=@{MediumR mediumId}>
<figure class="thumbnail">
<img src=#{mediumPath medium}>
<figcaption>#{mediumTitle medium}