{{include 'web2py_ajax.html'}}
{{=response.title}}
{{=response.subtitle}}
{{for _item in response.menu or []:}}
{{=_item[0]}}
{{pass}}
{{if response.flash:}}
{{=response.flash}}
{{pass}} {{include}}