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