@@ -0,0 +1,12 @@
from flask import Blueprint, render_template
from app import db
auth = Blueprint('auth', __name__)
@auth.route('/login')
def login():
return render_template('login.html')
@auth.route('/logout')
def logout():
return 'Logout'
The note is not visible to the blocked user.