Source code for whatisnew
from flask import Blueprint, render_template
whatisnew = Blueprint("whatisnew", __name__, static_folder="../static")
from flask import Blueprint, render_template
whatisnew = Blueprint("whatisnew", __name__, static_folder="../static")