When a for loop is used in the root level tag in Blits templates, it would be nice to display a hint/error about the problem.
The following pattern is not allowed:
<Element :for="item in $items">
<Text content="$item.name" />
</Element>
ref: lightning-js/blits#288