eidolon/templates/tagMedia.hamlet

15 lines
289 B
Plaintext
Raw Normal View History

2014-09-14 03:03:13 +00:00
$newline always
2014-09-21 16:44:27 +00:00
<h3>Tag #{tag}
2014-09-14 03:03:13 +00:00
$if null media
There are no media tagged with #{tag}
$else
<ul>
$forall Just (Entity mId m) <- media
<li>
<a href=@{MediumR mId}>
2014-09-21 16:45:09 +00:00
<figure class="thumbnail">
<img src=#{mediumThumb m}>
2014-09-21 16:45:09 +00:00
<figcapion>#{mediumTitle m}