diff --git a/app/handler.py b/app/handler.py index 1ad1d5a..cc6cf6f 100644 --- a/app/handler.py +++ b/app/handler.py @@ -11,6 +11,7 @@ import json from config import directory import templates.plain.main as template_public +import templates.prime.main as template_dashboard import templates.postcard.main as template_email import modules.public.home as public_home