URL

The URL depends on whether the course is shown as a part of a learning path:

/app/learning_paths/:learning_path_id/courses/:course_id

or without it:

/app/courses/:course_id

Screenshot

2560

Structure

course.html.liquid
├── _header.html.liquid
├── _course_desktop_view.html.liquid
│   ├── _course_header.html.liquid
│   ├── _course_description.html.liquid
│   ├── _course_categories.html.liquid
│   ├── _course_instructors.html.liquid
│   ├── _course_events.html.liquid
│   ├── _course_progress_and_cta.html.liquid
│   └── _course_outline.html.liquid
│       ├── _course_activity_locked.html.liquid
│       └── _course_activity_unlocked.html.liquid
├── _course_mobile_view.html.liquid
│   ├── _course_header.html.liquid
│   ├── _course_description.html.liquid
│   ├── _course_categories.html.liquid
│   ├── _course_instructors.html.liquid
│   ├── _course_events.html.liquid
│   ├── _course_progress_and_cta.html.liquid
│   └── _course_outline.html.liquid
│       ├── _course_activity_locked.html.liquid
│       └── _course_activity_unlocked.html.liquid
└── _footer.html.liquid

Template Considerations

This template exposes a course variable. You can learn about its attributes here: Course.