One of my entities has a attribute for a color. When displaying this entities in a template grid I want to use that attribute to color a part of the template card.
So I would like to be able to do something like --> style= "color:$MyEntity/Color;"
Is this somehow possible?