def foo(): return app.static('/', data.filepath('foo.txt'))
def foo(): return app.static(data.filepath('subdir'), '../foo.txt')