[dart]
part of features;
[/dart]
[page args="Map infos: const {}, header, footer"]
[if header != null]
[=header]
[/if]
- This is a fragment and generated dynamically
[for type in infos.keys]
- [=type]
[for name in infos[type]]
- [=name]
[/for]
[/for]
[if footer != null]
[=footer]
[/if]