def static_css_handler(path): return bottle.static_file(path, root=os.path.join(conf['rootdir'], 'frontend', 'css'))