{% 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 %}
{% if totem is not empty and totem != '0' %}

{{ content.field_section_title }}

{% endif %}
{% block content %} {{ content.field_section_title }} {{ odd_bg_test }} {{ drupal_view('study_tour_institutions', 'block_study_tour') }} {{ drupal_view('study_test', 'block_1') }} {% endblock %}
{% endblock paragraph %}