17 lines
374 B
HTML
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> |