eidolon/templates/adminAlbums.hamlet
2015-02-20 03:46:55 +01:00

16 lines
515 B
Text

$newline always
<div id="header" class="item" data-width="400">
<div class="inner">
<h1>Albums
$if null albums
<p>There are no albums yet
$forall (Entity aId a) <- albums
<article class="item" data-width=#{albumSampleWidth a}>
<a href=@{AdminAlbumSettingsR aId}>
<figure class="thumbnail">
$if (albumSamplePic a) == Nothing
<img src="/static/img/album.jpg">
$else
<img src=#{T.pack $ fromJust $ albumSamplePic a}>
<figcaption>#{albumTitle a}