eidolon/templates/adminUserAlbums.hamlet
2014-09-08 03:57:17 +02:00

11 lines
190 B
Plaintext

$newline always
<h3>Albums
$if null albums
There are no albums yet
$else
$forall (Entity aId a) <- albums
<ul>
<li>
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}