@@ -0,0 +1,11 @@
from flask import Flask, redirect, url_for, render_template
app = Flask(__name__)
@app.route('/')
def home():
return render_template('index.html', content=5)
if __name__ == '__main__':
app.run()
The note is not visible to the blocked user.