Getting Started
Filter
{% for course in courses.in_catalog %} {% for category in course.categories %} {% if category.name == 'Getting Started' %}
{% include 'cards_course' %}
{% endif %} {% endfor %} {% endfor %}