I am trying to recreate the stock template for the org chart so I can add a tooltip and I have everything, except I can't figure out how to access the cardColors array to set the border color of the card. I thought something like border-color: #= this.cardColors[item.level]# would work, but item is not defined. What is the proper template entry to access the proper cardColor for the level of the org chart item?