eidolon/templates/tagMedia.hamlet

14 lines
289 B
Text

$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=#{mediumThumb m}>
<figcapion>#{mediumTitle m}