rocket_page/templates/uebersicht.hbs

11 lines
222 B
Handlebars
Raw Normal View History

2020-07-23 11:45:59 +02:00
{{#* inline "page"}}
2020-07-24 21:43:05 +02:00
<h1>Vertretungen</h1>
2020-07-23 11:45:59 +02:00
<ul>
{{#each klassen}}
<li>{{this.id}}. {{this.stufe}}{{this.gruppe}}</li>
{{/each}}
</ul>
{{/inline}}
{{! remove whitespaces with ~ }}
{{~> (parent)~}}