{% set classes = [ 'paragraph', 'paragraph--type--' ~ paragraph.bundle|clean_class, view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class, not paragraph.isPublished() ? 'paragraph--unpublished', 'sidebar-widget-link-list' ] %} {% block paragraph %} {% block content %} {% if content.field_widget_side_link_title.0['#context'].value %}

{{ content.field_widget_side_link_title.0['#context'].value }}

{% endif %} {{ content.field_widget_side_link_links }} {% endblock %} {% endblock paragraph %}