I have a view. And I want to have some conditions for particular field name in a twig template. the template is views-view-fields.html . I have tried with devel modules also. But now getting. Please help.
code:
{% for field in fields -%} //if field.name == 'something' then do this {%- endfor %}