{% 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 %} {% block content %} {% if content.field_upload_twitter_background %}
{% else %}
{% endif %}
{{ content.field_section_title }} {{ content.field_twitter_snippet }}
{{ content.field_counter_ups_ref }}
{% endblock %}
{% endblock paragraph %}