{{ homepage.featured_courses_headline }}
{% if courses.featured.any? %}
{%
include "featured_courses_carousel",
items: courses.featured
%}
{% else %}
{% t .empty, key: current_school.course_vocabulary %}
{% endif %}
{% endif %}
{%- comment -%} POPULAR TOPICS CATEGORIES SECTION {%- endcomment -%}
{%- comment -%} UPCOMING EVENTS SECTION {%- endcomment -%}
{% include "training_events_dashboard" %}