def favicon_ico(): return send_from_directory(os.path.join(app.root_path, 'static'), 'favicon.ico')
def robot_txt(): return send_from_directory(os.path.join(app.root_path, 'static'), 'robots.txt')