yammat/templates/buy.hamlet
2015-04-04 06:46:33 +02:00

12 lines
224 B
Plaintext

$doctype 5
<h3>Kauf von #{beverageIdent bev}
<p>
Preis pro Einheit: #{show ((fromIntegral (beveragePrice bev)) / 100)}
<form method=post enctype=#{enctype}>
^{buyWidget}
<div>
<input type=submit value="Kaufen">