diff --git a/templates/base.html.twig b/templates/base.html.twig
index f9297aa..f290911 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -1,5 +1,5 @@
-
-
+
+
{% block title %}{{app.title}}{% endblock %}
@@ -52,7 +52,7 @@
{% block footer %}
{% endblock %}