mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 14:19:31 +00:00
Prepare views for data injection
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<section class='classes'>
|
||||
{{> class name='13(3) Chemistry' teacher='Dr M Ashley' id=1 }}
|
||||
{{> class name='13(3) Chemistry' teacher='Dr M Ashley' id=2 }}
|
||||
{{> class name='13(3) Chemistry' teacher='Dr M Ashley' id=3 }}
|
||||
{{> class name='13(3) Chemistry' teacher='Dr M Ashley' id=4 }}
|
||||
{{#each classes}}
|
||||
{{> class name=name teacher=teachers.[0] id=id }}
|
||||
{{/each}}
|
||||
</section>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user