{% if course.ribbon and course.ribbon.size > 0 %}
{{ course.ribbon }}
{% endif %}

{{ course.name }}

{% if course.instructor_names and course.instructor_names.size > 0 %}
{{ course.instructor_names }}
{% endif %} {% if course.short_description and course.short_description.size > 0 %}
{{ course.short_description | split: " --- " | last }}
{% endif %}