{% set classes = [ 'block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, ] %} {% set title_classes = [ 'block-title', ] %} {{ title_prefix }} {% if label %}
{{ label|raw }} {% if subtitle %}

{{ subtitle|raw }}

{% endif %}
{% endif %} {{ title_suffix }}
{% block content %} {{ content }}
{% endblock %}