eidolon/templates/adminAlbums.hamlet
2014-09-07 06:57:20 +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}