On Monday, December 5, 2011 11:01:54 PM UTC-5, Ryan DowlingSoka wrote:
>
> Alright I have another question. I'm bashing my head against the wall-
> I've started by defining those earlier utility functions I talked
> about in a model- and want to be able to access it in layout.html -
> possible?


Yes, the views see everything defined in the models (though they do not see 
things defined in controllers -- they only see what the controller function 
returns in its dict).

Anthony 

Reply via email to