I have the entity degree. I created a view to represent the data of the degree. The system name of my view is data-degree. I created a twig template with name 'views-view-data--degree.html.twig'. I'm trying to represent the fields 'presentation', 'main-goal' and 'competencies' in my view. I tried many ways to do it, but the data is not rendering. I try to print dump(rows) but nothing is seen. As far as I understand, views return rows.
How could I then render these fields?
views-view-fieldstemplate (or get a copy from your base theme) and name your template something likeviews-view-fields--data--degree.html.twigfollowing the naming conventionviews-view-fields--VIEW-ID--DISPLAY-ID.html.twig