{{ response.files.append(URL('static','css/skeleton.css')) response.files.append(URL('static','css/web2py.css')) if response.menu: response.files.append(URL('static','css/superfish.css')) response.files.append(URL('static','js/superfish.js')) pass }} {{include 'web2py_ajax.html'}} {{if response.menu:}} {{pass}} {{ # using sidebars need to know what sidebar you want to use left_sidebar_enabled = globals().get('left_sidebar_enabled',False) right_sidebar_enabled = globals().get('right_sidebar_enabled',False) middle_columns = {0:'sixteen',1:'twelve',2:'eight'}[ (left_sidebar_enabled and 1 or 0)+(right_sidebar_enabled and 1 or 0)] }}
{{is_mobile=request.user_agent().is_mobile}} {{if response.menu:}} {{pass}}
{{=response.flash or ''}}

{{=response.title or request.application}}

{{=response.subtitle or ''}}
{{block statusbar}} {{end}}
{{if left_sidebar_enabled:}} {{pass}}
{{block center}} {{include}} {{end}}
{{if right_sidebar_enabled:}}
{{block right_sidebar}}

Right Sidebar

{{end}}
{{pass}}
{{if response.google_analytics_id:}} {{pass}}