I'm just starting out in Zend Framework 3 after using 1.12 for years. When I pass a variable to the view model it shows up just fine in the view script. However, I'm having trouble accessing those variables inside my layout scripts.
The following code doesn't work
<?= $this->vars('title'); ?>
Any ideas?