-
-
-
- Email Organizer
-
-
Create your account
-
-
- {% with messages = get_flashed_messages(with_categories=true) %}
- {% if messages %}
- {% for category, message in messages %}
-
- {% endfor %}
- {% endif %}
- {% endwith %}
-
- {% if errors %}
-
-
-
Please fix the following errors:
-
-
- {% for error in errors %}
- - • {{ error }}
- {% endfor %}
-
+{% extends "auth/auth_base.html" %}
+
+{% block title %}Create Account - Email Organizer{% endblock %}
+
+{% block content %}
+
+
+
+
+
+ Email Organizer
+
+
Create your account
+
+
+ {% with messages = get_flashed_messages(with_categories=true) %}
+ {% if messages %}
+ {% for category, message in messages %}
+
+ {% endfor %}
{% endif %}
-
-
-
-
-
- Already have an account?
-
- Sign in
-
-
+ {% endwith %}
+
+ {% if errors %}
+
+
+
Please fix the following errors:
+
+ {% for error in errors %}
+ - • {{ error }}
+ {% endfor %}
+
+ {% endif %}
+
+
+
+
+
+ Already have an account?
+
+ Sign in
+
+
-
-
\ No newline at end of file
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/base.html b/app/templates/base.html
new file mode 100644
index 0000000..b12e991
--- /dev/null
+++ b/app/templates/base.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
{% block title %}Email Organizer - Prototype{% endblock %}
+
+
+
+
+
+
+
+ {% block head %}{% endblock %}
+
+
+ {% block header %}{% endblock %}
+
+ {% block content %}{% endblock %}
+
+ {% block modal %}{% endblock %}
+
+
\ No newline at end of file
diff --git a/app/templates/index.html b/app/templates/index.html
index edec5ec..6dcd7d4 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -1,140 +1,41 @@
-
-
-
-
-
-
Email Organizer - Prototype
-
-
-
-
-
-
-
-
-
-