Say I have a site and a theme that uses Paragraphs for content creation. I have a basic "Text"-paragraph for inserting formatted text to a node. Sometimes the text needs to be aligned left and sometimes center.
Because most of the text is aligned left, I'd use some sort of option to align it center when needed. For this I have many options to go with:
I have a field for slider images, I want iterate all images in views-view-fields--view-machine-name.html.twig, currently I am only able access raw html using {{ field.content }}.
I am trying to access Header and Footer of my custom views-view-fields.view-machine-name.html.twig file, I am able to access the fields of view but I don't know how to access Header & Footer of view there.
I can see that there is view variable available in the .twig file, But, I don't know how access the Footer & Header areas there. I tried debug this using Devel Kint, Kint breaks the page execution.