diff --git a/core/modules/views/templates/views-view.html.twig b/core/modules/views/templates/views-view.html.twig index 9a661b8..51e018a 100644 --- a/core/modules/views/templates/views-view.html.twig +++ b/core/modules/views/templates/views-view.html.twig @@ -49,33 +49,23 @@ {% endif %} {% if exposed %} -
{{ exposed }} -
{% endif %} {% if attachment_before %} -
{{ attachment_before }} -
{% endif %} {% if rows %} -
{{ rows }} -
{% elseif empty %} -
{{ empty }} -
{% endif %} {% if pager %} {{ pager }} {% endif %} {% if attachment_after %} -
{{ attachment_after }} -
{% endif %} {% if more %} {{ more }} @@ -86,8 +76,6 @@ {% endif %} {% if feed_icons %} -
{{ feed_icons }} -
{% endif %}