1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00
Files
stratos/views/partials/class.hbs
2022-02-25 19:52:45 +00:00

7 lines
140 B
Handlebars

<div class='classes__class adminItem' data-id={{ id }}>
<h2>{{ name }}</h2>
{{#with teacher}}
<h3>{{ fullName }}</h3>
{{/with}}
</div>