diff --git a/swh/web/templates/branches.html b/swh/web/templates/branches.html
index b12280f8c..b5a945d7a 100644
--- a/swh/web/templates/branches.html
+++ b/swh/web/templates/branches.html
@@ -1,64 +1,58 @@
{% extends "browse.html" %}
{% comment %}
Copyright (C) 2017-2018 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
-{% block swh-browse-before-content %}
-{% if snapshot_context %}
- {% include "includes/snapshot-context.html" %}
-{% endif %}
-{% endblock %}
-
{% block swh-browse-content %}
{% include "includes/top-navigation.html" %}
{% if content_size %}
{% include "includes/content-display.html" %}
{% else %}
{% include "includes/directory-display.html" %}
{% endif %}
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Computing file changes ...
{% endblock %}
{% block swh-browse-after-content %}
{% include "includes/readme-display.html" %}
{% endblock %}