From df735d3a2af6fe0ec2b896cbb5d958e38241b0cc Mon Sep 17 00:00:00 2001 From: jutty Date: Tue, 9 Dec 2025 18:30:44 -0300 Subject: [PATCH] Use empty.html include on Tree page --- templates/tree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tree.html b/templates/tree.html index 0f7ca35..8ba6b7f 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -71,6 +71,6 @@ {% endif %} {% else %} -

There are no nodes. The graph is either empty or failed to parse.

+ {% include "empty.html" %} {% endif %} {%- endblock body %}