2015-01-11 16:55:54 -05:00

17 lines
374 B
HTML

<template name="teacher">
<div id="center">
<h5 class="titleword">Chromebook Checkout</h5>
<div id="tabs">
{{#teacherTabs tabs=tabs}}
<div>
{{> chromebook}}
</div>
<div>
<h2>Bye</h2>
</div>
{{/teacherTabs}}
</div>
</div>
</template>