{% include "header" %}
Home
{% for category in course.categories %}
{{ category.name }}
{% endfor %}
{{ course.name }}
{{ course.properties.np_course_rating }}
{% for i in (1..5) %} {% if course.properties.np_course_rating >= i %} {% else %} {% endif %} {% endfor %}
({{ course.properties.np_course_rating_count }})
Last updated {{ course.updated_at |date: "%m/%y" }}
Overview
Description
{{course.full_description}}
Show more
Course Content
{{ course.sections.size }} section{% if course.sections.size > 1 %}s{% endif %}
Expand All Sections Hide All Sections
{% for section in course.sections %}
{{ section.name }}
{{ section.activities.size }} lecture{% if section.activities.size > 1 %}s{% endif %}
{% for activity in section.activities %} {% if activity.locked? %}
{{ activity.title }}
{% else %}
{{ activity.title }}
Preview
{% endif %} {% endfor %}
{% endfor %}
Start Course
Save Course
Lessons
{{ course.sections.size }}
Duration
{{ course.properties.course_time | divided_by: 60 }}h {{ course.properties.course_time | modulo: 60 }}m
Skill level
{{ course.properties.course_difficulty }}
{% include "footer" %}