{% include "header", current_page_orgin: "learning_paths" %} {% assign lp_items_all_optional = true %} {% for item in learning_path.items %} {% unless item.optional? %} {% assign lp_items_all_optional = false %} {% endunless %} {% endfor %}
{% assign learning_path_image_full_size = learning_path.image_url | replace: '/resize=width:820,height:500,fit:crop/', '/' %}
{{ learning_path.name }}
{% if learning_path.description and learning_path.description.size > 0 %} {% include "learning_path_description" %} {% endif %} {% if learning_path.instructors and learning_path.instructors.any? %}
{% include "learning_path_instructors" %}
{% endif %}
{% include "learning_path_progress_and_cta" %}
{% include "learning_path_outline" %}
{% include "footer" %}