eidolon/templates/tagMedia.hamlet
2014-09-14 05:03:13 +02:00

13 lines
234 B
Text

$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}