We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ccecb commit f640ac6Copy full SHA for f640ac6
templates/base.html
@@ -3,8 +3,7 @@
3
<!DOCTYPE html>
4
<html lang='en'>
5
<head>
6
- <title>{% block title %}Mail{% endblock %}</title>
7
-
+
8
<!-- Favicon -->
9
<link rel='icon' type='image/x-icon' href='{% static "images/favicon.ico" %}'>
10
@@ -18,6 +17,8 @@
18
17
<!-- Custom styles -->
19
<link href='{% static "css/styles.css" %}' rel='stylesheet'>
20
+ <title>{% block title %}Mail{% endblock %}</title>
21
22
{% block script %}
23
{% endblock %}
24
0 commit comments