I have a view with a variable `$metaTitle` passed in from the controller: ```php return view( './home.view.php', metaTitle: 'Tempest', ); ``` I expect the view to know about it: <img width="1106" height="642" alt="Image" src="https://github.com/user-attachments/assets/3e85aa85-9a28-48e9-8ac4-e46d3ad41ad6" /> Example code: https://github.com/tempestphp/tempest-plugin-demo/blob/main/app/HomeController.php On top of that, the suggested options don't make sense, these aren't actual variables
I have a view with a variable
$metaTitlepassed in from the controller:I expect the view to know about it:
Example code: https://github.com/tempestphp/tempest-plugin-demo/blob/main/app/HomeController.php
On top of that, the suggested options don't make sense, these aren't actual variables