diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index 01b802a4..0f515251 100644 --- a/swh/web/ui/templates/layout.html +++ b/swh/web/ui/templates/layout.html @@ -1,72 +1,72 @@ {% block title %}{% endblock %} - The Software Heritage Archive
-

{{ self.title() }}

+

{{ self.title() }}

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