eidolon/templates/tagMedia.hamlet

14 lines
234 B
Text
Raw Normal View History

2014-09-14 03:03:13 +00:00
$newline always
<h3>#{tag}
$if null media
There are no media tagged with #{tag}
$else
<ul>
$forall Just (Entity mId m) <- media
<li>
<a href=@{MediumR mId}>
<img src=#{mediumPath m}>
#{mediumTitle m}