basic temapltes rendered

This commit is contained in:
2020-11-27 05:49:29 +01:00
parent 0b86db6413
commit e25c28b04c
20 changed files with 108 additions and 101 deletions

View File

@@ -14,5 +14,8 @@ __version__text__ = "1"
class ProfileView(FlaskView):
route_prefix = "/profile/"
route_base = '/'
def index(self):
pass