Hey there!
I really tried to avoid the ListingGrid of JetEngine but I cannot completely replace it because of functions like the data store (favorites) where users can add posts to it and also reload the listing grid after adding or removing the post from the data store. This would be by the way one of my biggest feature requests to bricks…
However, I want to use the same template in bricks query loop and also inside the listing grid so I created a template, and use this template via the template widget inside the jet listing item. Unfortunately dynamic tags are not working anymore… If I use bricks dynamic tags directly in the listing item it’s working but as soon as I go over the template it is broken.