{% if content.main_content|length > 0 %}
{% for content in content.main_content %}
{% if content.type == "see_more" or content.type == "linked_with" %}
{{ encore_entry_script_tags('splide') }}
{% endif %}
{% if content.type == "sub_content" %}
{% if content.content|length > 0 %}
{% for child_content in content.content %}
{% if child_content.type == "media" %}
{% if child_content.select == "youtube_link" %}
{{ encore_entry_script_tags('lite-youtube') }}
{{ encore_entry_script_tags('youtube_defer') }}
{% endif %}
{% endif %}
{% if child_content.type == "photo_report" %}
{{ encore_entry_script_tags('splide') }}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}