yammat/templates/selectCash.hamlet

12 lines
269 B
Plaintext
Raw Normal View History

2015-04-04 06:46:33 +02:00
$doctype 5
2015-04-10 00:40:58 +02:00
<h3>_{MsgSelectItem}
2015-04-04 06:46:33 +02:00
$forall (Entity bId bev) <- beverages
<article .article>
<a href=@{BuyCashR bId}>
<p>
#{beverageIdent bev}
2015-04-16 02:51:08 +02:00
$if beverageAvatar bev /= Nothing
<img src=@{GetAvatarR $ fromJust $ beverageAvatar bev}>