xbase-2.x-dev/xtheme/templates/paragraph/paragraph--views.html.twig
xtheme/templates/paragraph/paragraph--views.html.twig
{% if not without_wrapper %}<div{{ attributes }}>{% endif %}
{{ content.field_views|without_theme }}
{{ content|without('field_views') }}
{% if not without_wrapper %}</div>{% endif %}
