Accessing variables in included Subtemplates

Hello,
like it is written in the App Tutorial of Nextcloud,
I can include a subtemplate with this:
<?php print_unescaped($this->inc('other_template', array('variable' => 'value'))); ?>

How can i access the array in the subtemplate?
There is no information about this.
It is not in $_

Thanks for the Help!