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

Course Library

{% endcomment %} {% if current_school.filterable_categories.any? %} {% assign categories_by_name = current_school.filterable_categories %} {% 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 "faq" %}
{% include "footer" %}