diff --git a/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid b/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid index 157047a6..d223549a 100644 --- a/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid @@ -1,3 +1,16 @@ +{% if current_person.groups.any? %} + {% for group in current_person.groups %} + {% if group.id == '' %} + {% comment %} + < -----------------------------> + The carousel HTML goes here. + < -----------------------------> + {% endcomment %} + {% endif %} + {% endfor %} +{% endif %} + + {% if current_person.groups.any? %} {% for group in current_person.groups %} {% if group.id == '5766ee65-0f6e-42fa-b932-a26b3bbb1636' %} @@ -35,15 +48,7 @@ - {% elsif group.id == '' %} - {% comment %} - <-------------------------------> - Jenelle, similar to above for Cornerstone, please add your carousel items here! - <-------------------------------> - {% endcomment %} - {% endif %} - {% endfor %} -{% endif %} +{% unless group.id = '' %}