{{ homepage.featured_courses_headline }}
{% if items.size > 0 %} {% assign featured_courses_count = 0 %}
{% for course in items %} {% if course.properties.is_article_course %} {% assign is_featured = false %} {% for cat in course.categories %} {% assign cat_name = cat.name | downcase %} {% if cat_name == "featured" %} {% assign is_featured = true %} {% endif %} {% endfor %} {% if is_featured %} {% assign featured_courses_count = featured_courses_count | plus: 1 %}
{% include "cards_article" with course %}
{% endif %} {% endif %} {% endfor %}
{% if featured_courses_count > 0 %}
See more
{% else %}
Coming Soon!
Coming Soon!
{% endif %} {% else %}
Coming Soon!
Coming Soon!
{% endif %}