Hi,
There is a {{super}} syntax to bring the parent block. Fine. (See its doc
here. http://web2py.com/books/default/chapter/29/5#Blocks-in-views )
But if using {{block undefined_block}}{{super}}{{end}} will generate error
ticket. This brings trouble if I am switching different layouts for some
reason (in my case, I am switching between layout.html and jqm_layout.html)
So, can/should {{super}} works even without a parent block? Let's say it
just generate an empty string in such situation?
Regards,
Ray