{% extends "base.html" %} {% block title %}Tree{% endblock title %} {%- block body %} {% if graph.nodes or root_node %}

Tree

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