-
-
- Sign in
-
- {% if form.non_field_errors %}
-
-
- {% for error in form.non_field_errors %}
- - {{ error|escape }}
- {% endfor %}
-
-
- {% endif %}
-
-
-
\ No newline at end of file
+{% endblock %}
\ No newline at end of file
diff --git a/backend/multimail/templates/multimail/mailboxes.html b/backend/multimail/templates/multimail/mailboxes.html
index b2f8b8e..202519b 100644
--- a/backend/multimail/templates/multimail/mailboxes.html
+++ b/backend/multimail/templates/multimail/mailboxes.html
@@ -1,4 +1,4 @@
-{% extends 'multimail/base.html' %}
+{% extends 'multimail/page.html' %}
{% block content %}
Mailboxes
diff --git a/backend/multimail/templates/multimail/page.html b/backend/multimail/templates/multimail/page.html
new file mode 100644
index 0000000..06b8bd0
--- /dev/null
+++ b/backend/multimail/templates/multimail/page.html
@@ -0,0 +1,65 @@
+{% extends 'multimail/base.html' %}
+{% load static %}
+
+{% block main %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file