{% if current_person.signed_in? %}
{% endif %}
{% if current_person.properties.show_welcome_message %}
Explore these videos and text-based resources to get the most out of the Spark Driver™ App.
{% endif %}
{% if courses.enrolled.any? %}
Featured
{% for course in courses.enrolled %}
{% if course.properties.is_recommended_course == true %}
{% if course.properties.access_level == current_person.properties.access_level %}
{% include "cards_course" with course %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
All Categories
{% include "category_cards", school_categories: unique_school_categories %}