I am passing two variable in view like
$viewParams = array(
'calendar' => $yearCalender,
'currentMonth' => $currentMonth,
);
calender is array that have html code on each index and currentMonth is integer value when i am trying to access it in template with
{xen:raw $calendar.$currentMonth}...