@ -19,4 +19,8 @@ def index():
@app.route('/user/<name>')
def user(name):
return "<h1>Hello {}!!!</h1>".format(name)
stuff = "This is some <strong> bold </strong> text"
liste = [1,2,3,4,5]
return render_template('user.html', name=name,
stuff=stuff,
liste=liste)
The note is not visible to the blocked user.