- {{ message }}
+ New Courses Coming Soon!
diff --git a/Custom_Templates/customer_templates/Sandata Learn/_head.html.liquid b/Custom_Templates/customer_templates/Sandata Learn/_head.html.liquid
index beab5b4a..d8650b57 100644
--- a/Custom_Templates/customer_templates/Sandata Learn/_head.html.liquid
+++ b/Custom_Templates/customer_templates/Sandata Learn/_head.html.liquid
@@ -1,3 +1,8 @@
{% styles default %}
{% styles colors %}
{% styles custom %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Sandata Learn/_header.html.liquid b/Custom_Templates/customer_templates/Sandata Learn/_header.html.liquid
index e59cf9a0..2a93e5c6 100644
--- a/Custom_Templates/customer_templates/Sandata Learn/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Sandata Learn/_header.html.liquid
@@ -1,3 +1,27 @@
+{% if current_person.signed_in? %}
+ {% unless current_person.email contains "+preview" %}
+ {% assign groups_count = 0 %}
+
+ {% for group in current_person.groups %}
+ {% assign groups_count = groups_count | plus: 1 %}
+ {% endfor %}
+
+
+ {% endunless %}
+{% endif %}
+