Use empty.html include on Tree page

This commit is contained in:
Juno Takano 2025-12-09 18:30:44 -03:00
commit df735d3a2a

View file

@ -71,6 +71,6 @@
{% endif %}
</ul>
{% else %}
<p>There are no nodes. The graph is either empty or failed to parse.</p>
{% include "empty.html" %}
{% endif %}
{%- endblock body %}