{% 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 %}
{{ content.field_section_title }} {% if totem is empty or totem is same as('0') %} {# VIP speakers section start #} {% if content.field_hide_vip_speakers_section[0]['#markup'] == 'Off' %} {{ content.field_description_vip }} {{ drupal_view('speakers', 'block_keynote_speakers') }} {% endif %} {# VIP speakers section end #} {# Regular speakers section start #} {{ content.field_description_regular }} {{ drupal_view('speakers', 'block_speakers') }} {# Regular speakers section end #} {# TechPitch speakers section start #} {% if content.field_hide_tech_speakers_section[0]['#markup'] == 'Off' %} {{ content.field_description_tech_pitch }} {{ drupal_view('speakers', 'block_techpitch_speakers') }} {% endif %} {# TechPitch speakers section end #} {% endif %}
{% endblock %} {% endblock paragraph %}