{% if course.properties.skip_course_outline_page %} {% else %} {% assign back_button_url = "/app/courses" %} {% for category in course.categories %} {% assign cat_name = category.name | replace: " ", "-" | downcase %} {% assign back_button_url = '/app/courses#' | append: cat_name %} {% endfor %}
{{ course.name }}
{{ course.name }}
{{ course.name }}
{{ course.full_description }}
{% if course.properties.course_length != 'NULL' %}
{{ course.properties.course_length }}
{% endif %}
{% include "course_outline" %}
{% endif %}