Ok, I figured it out by myself. You have to pass the data to the template call.
<?php
echo App\template('page', $__data);
Ok, I figured it out by myself. You have to pass the data to the template call.
<?php
echo App\template('page', $__data);