{% include "header", current_page_orgin: "learning_paths" %}
{% comment %} Get the full size background image by removing the modifier from the URL {% endcomment %} {% assign learning_path_image_full_size = learning_path.image_url | replace: '/resize=width:820,height:500,fit:crop/', '/' %}
{{ learning_path.name }}
{% include "learning_path_cta_button" %}
{% if learning_path.description and learning_path.description.size > 0 %} {% include "learning_path_description" %} {% endif %}
{% include "learning_path_cta_button" %}
{% if learning_path.instructors and learning_path.instructors.any? %}
{% include "learning_path_instructors" %}
{% endif %}
{% if learning_path.enrolled? and learning_path.started? %} {% include "learning_path_progress_and_cta" %} {% else %} {% include "learning_path_cta_button" %} {% endif %}
{% include "learning_path_outline" %}
{% include "footer" %}