HTML Templates inside node

I am currently evaluating GOJS for the purpose of displaying a person hierarchy. It seems to have all the features we want, with the exception of html templates. Is it possible to embed html inside each node?

This could work very well with something like Angular, so we can bind the nodes templates to the model.

Sorry, but one cannot embed HTML into Nodes or Links. Doing so would make it difficult/impossible to render to images or SVG or other rendering targets.

Node templates can include data bindings to the model data, so you can do what you are asking for – just not in HTML.