mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
7 lines
140 B
Handlebars
7 lines
140 B
Handlebars
<div class='classes__class adminItem' data-id={{ id }}>
|
|
<h2>{{ name }}</h2>
|
|
{{#with teacher}}
|
|
<h3>{{ fullName }}</h3>
|
|
{{/with}}
|
|
</div>
|