Learning Path

URL

/app/learning_paths/:learning_path_id

Screenshot

1911

Structure

learning_path.html.liquid
├── _header.html.liquid
├── _learning_path_desktop_view.html.liquid
│   ├── _learning_path_description.html.liquid
│   ├── _learning_path_instructors.html.liquid
│   ├── _learning_path_progress_and_cta.html.liquid
│   └── _learning_path_outline.html.liquid
│       ├── _learning_path_course.html.liquid
│       └── _learning_path_training_session.html.liquid
├── _learning_path_mobile_view.html.liquid
│   ├── _learning_path_description.html.liquid
│   ├── _learning_path_instructors.html.liquid
│   ├── _learning_path_progress_and_cta.html.liquid
│   └── _learning_path_outline.html.liquid
│       ├── _learning_path_course.html.liquid
│       └── _learning_path_training_session.html.liquid
└── _footer.html.liquid

Template Considerations

This template exposes a learning_path variable. You can learn about its attributes here: LearningPath.