Move files to actual applets

This commit is contained in:
Jonathan Carter
2024-09-12 18:01:52 +02:00
parent 8661952137
commit 71011fcafd
26 changed files with 312 additions and 269 deletions

View File

@@ -1,6 +1,7 @@
from flask import Blueprint
bp = Blueprint('welcome', __name__)
bp = Blueprint('welcome', __name__,
template_folder='')
from applets.welcome import routes