2014-12-23 21:09:30 -05:00

11 lines
249 B
HTML

<template name="checkout">
<div id="center">
<div id="sign-in">
<h5>Chromebook Checkout</h5>
{{#each chromebooks}}
{{> chromebook}}
{{/each}}
<button id="submit">Checkout!</button>
</div>
</div>
</template>