On Monday, May 14, 2012 8:41:59 AM UTC-4, Massimo Di Pierro wrote: > > I would like to see the implementation. I am pretty sure this will break > the bytecode compilation of apps. >
{{extend response.layout or "layout.html"}}
Yes -- to compile, the view to extend has to be known at compile time, but
the value of response.layout is dynamically set at run time.
Anthony

