Render partial locals not passing all variables

= render :partial => “locations/form”, :locals => { :f =>
return_to_form, :hello => “hello” }

“f” is accessible from _fom.html.haml, but not “hello”, why is that?

Hi Rit Li

How did you try hello A working example is

<%=h hello %>

Sijo