mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-05 19:19:13 +00:00
11 lines
218 B
Handlebars
11 lines
218 B
Handlebars
Bundesliga Match Day
|
|
{{#each this as |match| ~}}
|
|
{{#each match as |team|}}
|
|
{{team.name}} - {{score team.goals}}
|
|
{{#each team.goals as |scorer|}}
|
|
> {{scorer}}
|
|
{{/each}}
|
|
{{~ /each}}
|
|
---
|
|
{{/each}}
|