{% set classes = [ 'paragraph', 'paragraph--type--' ~ paragraph.bundle|clean_class, view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class, not paragraph.isPublished() ? 'paragraph--unpublished', 'widget', 'widget-article-plus-text', ] %} {% block paragraph %} {% block content %} {{ content.controls }} {{ content.insert_before }}
{% if paragraph.field_wg_text_with_image_caption.0.value %}

{{ paragraph.field_wg_text_with_image_caption.0.value }}

{% endif %}
{{ content.field_wg_text_with_image_text }} {{ content.insert_after }} {% endblock content %} {% endblock paragraph %}