How can I insert data from my controller to layout.html? From what I can tell, layout.html does not have access to the dict returned from a controller. Do I need to or can I put it in globals, response, flash?
It seems like a block could work except that it requires that the
{{include}} be above the {{block}}?

