{% include "header" %} {% include "course_version_outdated_alert", courses: courses.in_catalog %}
{{ homepage.headline }}
Welcome to Anthology Academy
Benefit from expert training and on-demand learning content to improve skills and ensure your team is getting the best Anthology experience possible.
{% include "sub_navigation" %}
Catalog
Explore our collection of learning resources
Search:
Filter By:
{%- comment -%} Filter By: {%- endcomment -%} {% include "filter_by_product", page: 'Homepage' %} {% capture label %}{% t shared.filters.by_category %}{% endcapture %} {% if current_school.filterable_categories.any? %} {% include "filter_by_category", label: label %} {% endif %}
{% assign renderPopular = false %} {% assign totalCount = 0 %} {% if courses.enrolled.any? %} {% for course in courses.enrolled %} {% if course.properties.most_popular == true %} {% assign totalCount = totalCount | plus : 1 %} {% assign renderPopular = true %} {% endif %} {% endfor %} {% endif %} {% if renderPopular == true %} {%- comment -%} {% if totalCount > 3 %} {% include "popular_courses_carousel" %} {% else %} {% endif %} {%- endcomment -%} {% include "popular_courses_non_carousel" %} {% endif %} {% if courses.enrolled.any? %} {% include "courses_catalog" %} {% else %} {% capture message %} {% t shared.zero_state.courses.catalog, key: current_school.course_vocabulary %} {% endcapture %} {% include "courses_zero_state", message: message %} {% endif %}
{% include "footer" %}