You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
Hi all,
Is it possible to access php variables in dwoo template without passing it as array?
for example in my page.php I have
$foo = 'myvalue';
and I want to access it in template with something like this:
{$.foo}
but it does not work
The text was updated successfully, but these errors were encountered: