From dba4ed86d08c8257a0fd3d650b170b8d970227e0 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 11 Jul 2019 11:05:20 +0100 Subject: [PATCH] Add back extra line --- notebook/templates/tree.html | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html index 59d6db2729..82fd6b25af 100644 --- a/notebook/templates/tree.html +++ b/notebook/templates/tree.html @@ -1,4 +1,5 @@ {% extends "page.html" %} + {% block title %}{{page_title}}{% endblock %}