{% set classes = [ 'paragraph', 'paragraph--type--' ~ paragraph.bundle|clean_class, view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class, not paragraph.isPublished() ? 'paragraph--unpublished' ] %} {% block paragraph %} {{ content.controls }}
{% if paragraph.field_section_title is not empty %}

{{ paragraph.field_section_title.0.value }}
{% if paragraph.field_section_subtitle is not empty %} {% endif %}

{{ paragraph.field_section_subtitle.0.value}}
{% endif %} {% block content %} {{ content }} {% endblock %}
{% endblock paragraph %}