{% block paragraph %}
{% block content %} {% set bg_image = (paragraph.field_background_image.target_id) ? file_url(paragraph.field_background_image.entity.uri.value) : '' %} {% set color_text = (paragraph.field_background_image.target_id) ? 'text-light has-bgmg' : 'no-backgound' %}
{% if paragraph.field_block_title.value is not empty %}
{{ paragraph.field_block_title.value }}
{% endif %} {% if paragraph.field_subtitle.value is not empty %}
{{ paragraph.field_subtitle.value|raw }}
{% endif %}
{% endblock %}
{% endblock paragraph %}