{% extends "base.html" %} {% block title %}Tree{% endblock title %} {%- block body %} {% if nodes or root_node %}
Total nodes: {{ nodes | length }}
{% if root_node %}There are no nodes. The graph is either empty or failed to parse.
{% endif %} {%- endblock body %}