{% block content %}{% endblock %}
diff --git a/swh/web/templates/layout.html b/swh/web/templates/layout.html index 3bc6c8b6..5484ee12 100644 --- a/swh/web/templates/layout.html +++ b/swh/web/templates/layout.html @@ -1,216 +1,216 @@ {% comment %} Copyright (C) 2015-2019 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 %} {% load js_reverse %} {% load static %} {% load render_bundle from webpack_loader %} {% load swh_templatetags %}