Hi,
I have a cloned group field, with 2 fields: video_type and video
In the View I want to show these fields. Not a big deal.
But I want to show a header <h3>Videos</h3> first, but only if there are videos added.
So no videos, then no header.
How do I do that with the Twig condition, or is there another way?