from flask import Blueprint publish_bp = Blueprint("publish", __name__, template_folder="templates")