diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index cf1b04902..f1eae92fc 100644 --- a/swh/web/ui/templates/layout.html +++ b/swh/web/ui/templates/layout.html @@ -1,74 +1,76 @@ {% block title %}{% endblock %} - The Software Heritage Archive -
+

{{ self.title() }}

- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} -
- {% for category, message in messages %} - - {% endfor %} -
- {% endif %} - {% endwith %} -
- {% block content %}{% endblock %} -
+
+ {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} +
+ {% for category, message in messages %} + + {% endfor %} +
+ {% endif %} + {% endwith %} +
+ {% block content %}{% endblock %} +
+