@@ -0,0 +1,11 @@
#!/usr/bin/python3
from ose import *
from flask import Flask, render_template
app = Flask(__name__)
@app.route('/')
def index():
htmlBody = returnSheets('test')
return render_template("sheet.html", htmlBody=htmlBody)
The note is not visible to the blocked user.