{{ response.files.append(URL('static','css/bootstrap.css')) response.files.append(URL('static','css/bootstrap-responsive.css')) response.files.append(URL('static','css/web2py_bootstrap.css')) response.files.append(URL('static','css/base.css')) response.files.append(URL('static','css/skeleton.css')) response.files.append(URL('static','css/web2py.css')) response.files.append(URL('static','css/ntura/nwc.css')) }} {{include 'web2py_ajax.html'}} {{ # 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)] }}
{{block center}} {{include}} {{end}}
{{if response.footer_enabled:}} {{pass}} {{if response.google_analytics_id:}} {{pass}}