{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_node_modal.html" %} {% include "modals/objects/delete_node_modal.html" %} {% endblock action_modals %}
{{ node.name }}
The underlying structure can be found here.
{{ node.description }}
{{ node.default_node_label.as_svg|safe }}
{{ node.default_node_label.smiles }}
{% endblock content %}