ToUI Blueprints =============== `ToUI.Blueprint` is a class that inherits `flask.Blueprint` and adds more methods to it. The difference between this class and `flask.Blueprint` is that you can add `Page` objects to this class. To learn how to use blueprints, check `flask's` documentation https://flask.palletsprojects.com/. .. code-block:: python from toui import Page, Website, ToUIBlueprint # create a blueprint blueprint = ToUIBlueprint("Blueprint", __name__) page = Page(html_str="