[:page partOf="features"] [:dart] final infos = { "fruits": ["apple", "orange", "lemon"], "cars": ["bmw", "audi", "honda"] }; [/dart] Test of Include
[:include "/frag.html"/]
[:include fragView infos="[=infos]"/]
[:include fragView infos="[=infos]"] [:var header]

This is a header

Passed from the includer for showing [=infos]

[/var] [:var footer]

This is a footer

It also includes another page:

[:include "/frag.html"/] [/var] [/include]