summaryrefslogtreecommitdiff
path: root/src/jwebmail/templates/mainlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/jwebmail/templates/mainlayout.html')
-rw-r--r--src/jwebmail/templates/mainlayout.html26
1 files changed, 15 insertions, 11 deletions
diff --git a/src/jwebmail/templates/mainlayout.html b/src/jwebmail/templates/mainlayout.html
index 46a07af..d3e99a5 100644
--- a/src/jwebmail/templates/mainlayout.html
+++ b/src/jwebmail/templates/mainlayout.html
@@ -14,18 +14,22 @@
</head>
<body>
- {% block content required %}{% endblock %}
-
- <footer class=footer>
- <div class="content has-text-centered">
- <a href="{{ url_for('about') }}">
- {% trans %}About{% endtrans %} JWebmail
- </a>
- <br>
- {% trans %}Version{% endtrans %}
- {{ version }}
+ <div class=jwm-page-container>
+ <div class=jwm-content>
+ {% block content required %}{% endblock %}
</div>
- </footer>
+
+ <footer class="footer jwm-footer">
+ <div class="content has-text-centered">
+ <a href="{{ url_for('about') }}">
+ {% trans %}About{% endtrans %} JWebmail
+ </a>
+ <br>
+ {% trans %}Version{% endtrans %}
+ {{ version }}
+ </div>
+ </footer>
+ <div>
{% block scripts %}{% endblock %}