I am trying to serve a collapsible tree diagram from my STRUCTR 2.01 app to describe a hierarchical section of my graph. I based the page on this example
The page correctly serves the nodes but cannot parse the paths. These are defined in the javascript using ES6 template literals.
When I serve the same page directly (i.e. not from STRUCTR) and view in the same browser etc. it works fine.
Is STRUCTR blocking or incorrectly interpreting the javascript template literals ?