> The !locals syntax looks more like sass variables - perhaps you're
> getting them mixed up. Each key/value pair in the :locals hash is set
> up as a local variable in the partial.
> Instead of:
> !locals[!title]
> Try:
> = title
> In your modules/pageTitle partial.
> Steve
> On 1 Nov, 03:18, picardo <spockspla...@gmail.com> wrote:
> > So the parameters are not appearing for me in the partial templates. I
> > am not sure why though. What appears instead for a set parameter is a
> > boolean value, i.e. true. That probably means that this vaiable is
> > set, but why are they not appearing then?
> > I am invoking them this way embeddind them this way
> > !locals[!title]
> > And in the page template, they care called thusly:
> > =partial("modules/pageTitle", {:locals => { :title => 'My Title' }})
> > Any ideas, clues, hints?
> > thanks,
> > Volkan