yammat/templates/selectCash.hamlet

12 lines
269 B
Text
Raw Normal View History

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