I tried the following now: ``` with current_app.open_resource('../legal.html') as f: legal = f.read().decode('utf-8') ``` Problem: