Hi.
I would like to do something like this:
<p>{myEntity.{anyPropertyName}}</p>
So the Fluid partial gets two arguments:
1. myEntity - the entity itself
2. anyPropertyName - a name of one of the entity's properties.
My example will not be rendered at all.
Is there a way to get it?
Thanks for any help
Jens