diff --git a/project/main/templates/main/base/base.html b/project/main/templates/main/base/base.html
index 690ea44..21af107 100644
--- a/project/main/templates/main/base/base.html
+++ b/project/main/templates/main/base/base.html
@@ -6,6 +6,7 @@
content="width=100%, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+
{{ title or "Django-html demo" }}
diff --git a/project/main/templates/main/components/js_alert.html b/project/main/templates/main/components/js_alert.html
index e336085..b0e1a10 100644
--- a/project/main/templates/main/components/js_alert.html
+++ b/project/main/templates/main/components/js_alert.html
@@ -1,22 +1,14 @@
{% macro no_js_alert() %}
-
-
- No JavaScript is used creating this page.
-
+
+ No JavaScript is used creating this page.
{% endmacro %}
{% macro js_alert(content) %}
-
-
- {{ content }}
-
+
+ {{ content }}
{% endmacro %}