[:page partOf="main.dart" args="Map infos: const {}, header, footer"]
[:if header != null]
[=header, encode: 'none']
[/if]
- This is a fragment and generated dynamically
[:for type in infos.keys]
- [=type]
[:for name in infos[type]]
- [=name]
[/for]
[/for]
- Browser is [=connect.browser]
- Locales are [=connect.locales]
[:if footer != null]
[=footer, encode: 'none']
[/if]