Quick Guides
{% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %}
{% for course_category in course.categories %}
{% if course_category.name == "Quick Guides" %}
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}