yammat/templates/avatars.hamlet

18 lines
314 B
Plaintext
Raw Normal View History

2015-04-16 02:12:03 +02:00
$doctype 5
<h3>
Avatars
$if null avatars
<p>
_{MsgNoAvatars}
$else
$forall (Entity aId avatar) <- avatars
<article .article>
2015-04-16 05:03:28 +02:00
<a href=@{ModifyAvatarR aId} style="background-image: url(@{GetAvatarR aId})">
2015-04-16 02:12:03 +02:00
<p>#{avatarIdent avatar}
<ul>
<li>
<a href=@{NewAvatarR}>_{MsgNewAvatar}