{% include "sub_navigation" %}
{% if features.learning_paths? %}
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% endif %}
{% if features.training_events? %}
{% include "widget_course_progress" %}
{% endif %}
{% comment %}
Upcoming events
{% include "training_events_index" %} {% endcomment %}
{% include "homepage_courses_carousel"%}
{%
include "carousel_instructors",
%}
{% include "footer" %}