{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
{{ course.name }} {% if course.ribbon %}
{{ course.ribbon }}
{% endif %}

{{ course.name }}

{{ course.short_description }}
{% if course.properties.course_duration %}
{{course.properties.course_duration}} min
{% endif %}