eidolon/templates/tagMedia.hamlet
2014-09-21 18:45:09 +02:00

15 lines
288 B
Plaintext

$newline always
<h3>Tag #{tag}
$if null media
There are no media tagged with #{tag}
$else
<ul>
$forall Just (Entity mId m) <- media
<li>
<a href=@{MediumR mId}>
<figure class="thumbnail">
<img src=#{mediumPath m}>
<figcapion>#{mediumTitle m}