{{ course.name }}

{% if course.promo_video_embed %}
{{ course.promo_video_embed }}
{% else %} {{ course.name }} {% endif %}
{{ course.short_description }}
{% if current_person.enrolled_in_course? %} {{ course.go_to_label }} {% elsif course.payment_required? %} {{ course.buy_label }} - {{ course.formatted_price }} {% else %}
{% endif %} {% unless current_school.disable_social_share? %}
{{ course.social_links }}
{% endunless %}

{{ course.outline_label }}

{% for section in course.published_sections %}

{{ section.name }}

    {% for activity in section.activities %}
  1. {{ activity.title }}
  2. {% endfor %}
{% endfor %}

{{ course.about_label }}

{{ course.full_description }}
{% if course.instructors.count > 0 %}

{% pluralize course.instructors.count, .instructor_bio_title %}

{% for instructor in course.instructors %}
{{ instructor.name }}
{% if instructor.name or instructor.title %}

{% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

{% endif %} {{ instructor.bio }}
{% endfor %} {% endif %}