from flask import Blueprint bootstrap5_bp = Blueprint('bootstrap5', __name__, static_folder='static', static_url_path='', template_folder='templates', url_prefix='/lib/bootstrap5')