{% include "header" %} {% include "sub_navigation" %}
Quick Tip Videos
{% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %} {% if course.name == "Gainsight Associate Admin Certificate: Level 1" or course.name == "Gainsight End User Certification" or course.name == "Gainsight PX Level 1 Certification" %} {% continue %} {% else %} {% assign course_categories = course.categories | map: "id" %} {% if course_categories contains "34bf366f-cb48-409a-8db6-89b8bc3e65a4" %}
{% include "cards_course" with course %}
{% endif %} {% endif %} {% endfor %}
{% endif %}
{% include "footer" %}