mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:39:26 +00:00
6 lines
111 B
Handlebars
6 lines
111 B
Handlebars
<div class='classPage__overview__members'>
|
|
{{#each members}}
|
|
<span>{{ shortName }}</span>
|
|
{{/each}}
|
|
</div>
|