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 %}