{% include "header" %} {% include "course_version_outdated_alert", courses: courses.enrolled %}
{% include "sub_navigation" %}
Hi {{current_person.first_name}}!
Keep up the good work! Here's what is relevant to you right now.
{% if features.learning_paths? %}
{% t shared.learning_paths %}
{% include "learning_paths_index", items: learning_paths.enrolled %} {% endif %}
{% if features.training_events? %}
Course Progress
{% include "widget_course_progress" %}
{% endif %}
{% comment %}
Upcoming events
{% include "training_events_index" %} {% endcomment %}
Courses
{% include "homepage_courses_carousel"%}
Meet your instructors
{% include "carousel_instructors", %}
{% include "footer" %}