{% comment %} Skip cover page is course contains on the job category {% endcomment %} {% for cat in course.categories %} {% assign cat_name = cat.name | downcase %} {% if cat_name == "on-the-job" or cat.id == "40b1f3d7-6faf-4d54-a74f-92d330831728" %} {% if course.enrolled? %} {% else %} {% endif %} {% endif %} {% endfor %} {% if course.properties.skip_course_cover_page == true %} {% if course.enrolled? %} {% else %} {% endif %} {% endif %} {% 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.instructors and course.instructors.any? %}
{% include "course_instructors" %}
{% endif %} {% include "course_outline" %} {% if course.events and course.events.any? %}
{% include "course_events" %}
{% endif %} {% if course.enrolled? and course.started? %} {% include "course_progress_and_cta" %} {% else %} {% include "course_cta_button" %} {% endif %}
{% include "footer" %}