17 lines
374 B
HTML
Raw Normal View History

2015-01-11 13:31:51 -05:00
<template name="teacher">
2015-01-11 16:55:54 -05:00
<div id="center">
<h5 class="titleword">Chromebook Checkout</h5>
<div id="tabs">
{{#teacherTabs tabs=tabs}}
<div>
{{> chromebook}}
</div>
2015-01-11 15:02:46 -05:00
2015-01-11 16:55:54 -05:00
<div>
<h2>Bye</h2>
</div>
2015-01-11 15:02:46 -05:00
2015-01-11 16:55:54 -05:00
{{/teacherTabs}}
</div>
</div>
2015-01-11 13:31:51 -05:00
</template>