{% include "header" %}
{{ homepage.headline }}
{{ homepage.headline }}
{{ homepage.subheadline }}
{% comment %} Explore Courses {% endcomment %}
{% include "sub_navigation" %}

Course Library

{% if current_school.filterable_categories.any? %} {% assign categories_by_name = current_school.filterable_categories | sort: "name" %} {% assign carousel_count = 1 %} {% for category in categories_by_name %} {% assign carousel_count = carousel_count | plus: 1 %} {% assign courses_per_carousel = 0 %} {% assign category_name_split = category.name | split: " " %} {% assign category_name_joined = category_name_split | join: "-" | downcase %} {% endfor %} {% endif %}
{% include "resources" %}
{% include "footer" %}