zurb_foundation_6_paragraphs-1.0.1-beta1/templates/grid/field--paragraph--foundation-grid.html.twig
templates/grid/field--paragraph--foundation-grid.html.twig
{##
# Twig for all the fields in the Foundation Grid paragraphs
# Used to keep clean the structure and remove all the wrapper div
#}
{% for item in items %}
{{ item.content }}
{% endfor %}
