{% if video_exists or image_exists %}
{% else %}
{% endif %}

{{course_info.course.title}}

{{course_info.course.blurb | gcb_tags}}

{{course_info.course.instructor_details | safe}}

{% if video_exists or image_exists %}
{% if video_exists %} {# I18N: Alt text for an embedded YouTube video player. #} {% else%} {{course_info.course.main_image.alt_text}} {% endif %}
{% endif %}