diff --git a/swh/web/templates/layout.html b/swh/web/templates/layout.html index c47ed31c9..4acc4de65 100644 --- a/swh/web/templates/layout.html +++ b/swh/web/templates/layout.html @@ -1,142 +1,142 @@ {% comment %} Copyright (C) 2015-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 %} {% load static %} {% load render_bundle from webpack_loader %} {% block title %}{% endblock %} {% render_bundle 'vendors' %} {% render_bundle 'webapp' %} {% block header %}{% endblock %}
{% block content %}{% endblock %}
back to top