mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 18:59:28 +00:00
Prepare views for data injection
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<div class='classes__class adminItem' data-id={{ id }}>
|
||||
<h2>{{ name }}</h2>
|
||||
<h3>{{ teacher }}</h3>
|
||||
{{#with teacher}}
|
||||
<h3>{{ fullName }}</h3>
|
||||
{{/with}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user