def fetch_static(filename): response.set_header('Cache-Control', 'max-age=600') return static_file(filename, root='static')