I think you meant <%= $user->{name} %> instead of <% $user->{name} %> 
because the last one throw an error.

Is there any technical difference between    %= $vat    and    <%= $var %>
thank you for your answer

Le dimanche 2 octobre 2016 18:32:13 UTC+1, Pavel K a écrit :
>
> Stash is a good practic. But I think you must use template variables, like 
> this:
> <% $user->{name} %> instead %= $user->{name}  

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to