[dart]
part of features;
final infos = {
"fruits": ["apple", "orange", "lemon"],
"cars": ["bmw", "audi", "honda"]
};
[/dart]
Test of Include
- You shall see something inside the following two boxes.
[include src="/frag.html"]
[include method="fragView" infos="[=infos]"]