My controller has this:
$colors = ['30' => 'blue', '55' => 'green'];
$viewParams = [
'colors' => $colors,
'entity1' => $entity1,
'entity2' => $entity2
];
return $this->view('ASP\Foo:bar', 'asp_foo_bar', $viewParams);
And my template has this
<xf:comment>
{$entity1.sys_id} -->...