2015-01-11 13:42:00 -05:00

15 lines
450 B
HTML

<template name="checkout">
<div class="center-box">
<div class="title">
<h5 class="titleword">Chromebook Checkout</h5>
</div>
{{#each chromebooks}}
<div class="row">
{{> chromebook}}
<!-- fa-times -->
<!-- <i class="icons cross fa fa-exclamation-triangle fa-lg"></i> -->
</div>
{{/each}}
<i class="icons edit fa fa-pencil-square-o fa-lg"></i>
</div>
</template>