2015-01-11 20:41:35 -05:00

22 lines
552 B
HTML

<template name="teacher">
<div id="centerbox">
<h5 class="titleword">Chromebook Checkout</h5>
<div id="tabs">
{{#teacherTabs tabs=tabs}}
<!-- Single -->
<div>
{{#each chromebooks}}
<div class="row">
{{> chromebook}}
</div>
{{/each}}
</div>
<!-- Carts -->
<div>
<h5>Coming soon...</h5>
</div>
{{/teacherTabs}}
</div>
</div>
</template>