{{ response.files.insert(0,URL('static','js/jquery.js')) response.files.insert(1,URL('static','css/calendar.css')) response.files.insert(2,URL('static','js/calendar.js')) response.files.insert(3,URL('static','js/web2py.js')) response.files.insert(4,URL('static', 'js/tether.min.js')) #response.files.insert(5,URL('static', 'js/bootstrap.min.js')) response.files.insert(6,URL('static', 'js/bootstrap.bundle.min.js')) response.files.insert(7,URL('static', 'js/web2py_bootstrap.js')) response.files.insert(8,URL('static', 'semantic.min.js')) response.include_meta() response.include_files() }}