def serve_static_package_instances(): return static_file("packageinstance.htm", root='./pybitweb/static/')
def serve_static_lookups(): return static_file("lookups.htm", root='./pybitweb/static/')
def serve_static_jobs(): return static_file("job.htm", root='./pybitweb/static/')
def serve_static_buildboxes(): return static_file("buildd.htm", root='./pybitweb/static/')
def serve_static_idex(): return static_file("index.htm", root='./pybitweb/static/')
def serve_static_res(filepath): return static_file(filepath, root='./pybitweb/static/bootstrap/')