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
Hi,
I have {define title}{$title}{/define} in @layout.latte.
Then, in for example default.latte I have {capture $title}test{/capture} and I got Undefined variable $title.
With {var $title="test"} instead of {capture} everything works.
In latte 2.11 it worked correctly.
The text was updated successfully, but these errors were encountered:
Version: 3.0.6
Hi,
I have
{define title}{$title}{/define}
in @layout.latte.Then, in for example default.latte I have
{capture $title}test{/capture}
and I gotUndefined variable $title
.With
{var $title="test"}
instead of{capture}
everything works.In latte 2.11 it worked correctly.
The text was updated successfully, but these errors were encountered: