{% include "header", current_page_orgin: "catalog" %}
{% comment %} Get the full size background image by removing the modifier from the URL {% endcomment %} {% assign course_image_full_size = course.image_url | replace: '/resize=width:820,height:500,fit:crop/', '/' %}
{% include "course_header" %}
{% if course.full_description and course.full_description.size > 0 %} {% include "course_description" %} {% endif %}
{% if course.enrolled? and course.started? %} {% include "course_progress_and_cta" %} {% else %} {% include "course_cta_button" %} {% endif %}
{% if course.instructors and course.instructors.any? %}
{% include "course_instructors" %}
{% endif %} {% include "course_outline" %} {% if course.events and course.events.any? %}
{% include "course_events" %}
{% endif %} {% include "course_cta_button" %}
{% include "footer" %}