def robots(): return app.send_static_file('robots.txt')
def favicon(): return app.send_static_file('favicon.ico')