{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Tree{% endblock %} {% block scripts %} {{ super() }} {% if urlnode_uuid %} {% endif%} {% if auto_trigger_modules %} {% endif%} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}