+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid b/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid
new file mode 100644
index 00000000..80d292a2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid
@@ -0,0 +1,46 @@
+
+
+
+
+ {% if showname %}
+
{{ badgename }}
+ {% endif %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid
new file mode 100644
index 00000000..e7e891ca
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_bundle_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .about %}
+
+
+ {{ product.description }}
+
diff --git a/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid
new file mode 100644
index 00000000..6fb22dec
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_bundle_desktop_header.html.liquid
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..485d3235
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t.items %}
+
+
+
+
{% t shared.learning_path.title %}
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+ {{ learning_path.description }}
+
+
+
+ {% t shared.progress
+ , count: learning_path.progress %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid
new file mode 100644
index 00000000..1e5b14c3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid
@@ -0,0 +1,76 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid
new file mode 100644
index 00000000..b2f19148
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_cards_training_event.html.liquid
@@ -0,0 +1,53 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid
new file mode 100644
index 00000000..61adfaba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_certificates_info_column.html.liquid
@@ -0,0 +1,4 @@
+
+ {% include "certificates_verification" %}
+ {% include "certificates_metadata" %}
+
diff --git a/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid
new file mode 100644
index 00000000..9f4a1dba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_certificates_metadata.html.liquid
@@ -0,0 +1,59 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_messages.html.liquid b/Custom_Templates/customer_templates/Instacart/_messages.html.liquid
new file mode 100644
index 00000000..059fc568
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_messages.html.liquid
@@ -0,0 +1,19 @@
+{% if messages.alert.size > 0 %}
+
diff --git a/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid
new file mode 100644
index 00000000..4e52c6fb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_search_zero_state.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
+ {% t .nothing_found %}
+
+
+ {% t .empty %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid
new file mode 100644
index 00000000..908b5822
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_sub_navigation.html.liquid
@@ -0,0 +1,93 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid b/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid
new file mode 100644
index 00000000..565e1c93
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid
@@ -0,0 +1,49 @@
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid
new file mode 100644
index 00000000..76ac434a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_desktop_view.html.liquid
@@ -0,0 +1,42 @@
+
+ {% include "training_session_header" %}
+
+
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+
+
+ {% include "training_session_details" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 1 %}
+ {% include "training_session_more_sessions" %}
+ {% else %}
+
+
+
+ {% t .empty %}
+
+
+ {% endif %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid
new file mode 100644
index 00000000..f6a7b959
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_mobile_view.html.liquid
@@ -0,0 +1,23 @@
+
+
+ {% include "training_session_header" %}
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+ {% include "training_session_details" %}
+ {% include "training_session_description" %}
+
+
+ {% if training_event.sessions.size > 1 %}
+
+
+
+ {% t shared.more_sessions %}
+
+ {% include "training_session_more_sessions" %}
+
+
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid
new file mode 100644
index 00000000..be9b996a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_desktop_view.html.liquid
@@ -0,0 +1,42 @@
+
+ {% include "training_session_header" %}
+
+
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+
+
+ {% include "training_session_details" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 0 %}
+ {% include "training_event_preview_more_sessions" %}
+ {% else %}
+
+
+
+ {% t themes.default._training_event_desktop_view.empty %}
+
+
+ {% endif %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid
new file mode 100644
index 00000000..84323a09
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_mobile_view.html.liquid
@@ -0,0 +1,23 @@
+
+
+ {% include "training_session_header" %}
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+ {% include "training_session_details" %}
+ {% include "training_session_description" %}
+
+
+ {% if training_event.sessions.size > 0 %}
+
+
+
+ {% t shared.more_sessions %}
+
+ {% include "training_event_preview_more_sessions" %}
+
+
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid
new file mode 100644
index 00000000..a81c888a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_more_sessions.html.liquid
@@ -0,0 +1,3 @@
+{% for session in training_event.sessions %}
+ {% include "training_event_preview_session_tile", current_session: training_session %}
+{% endfor %}
diff --git a/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid
new file mode 100644
index 00000000..7a09cc33
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/_training_event_preview_session_tile.html.liquid
@@ -0,0 +1,18 @@
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Instacart/account.html.liquid b/Custom_Templates/customer_templates/Instacart/account.html.liquid
new file mode 100644
index 00000000..32118966
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/account.html.liquid
@@ -0,0 +1,15 @@
+{% include "account_tabs" %}
+
+
+
+ {% include "account_mobile_view"
+ , form: form %}
+
+
+
+ {% include "account_desktop_view"
+ , form: form %}
+
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid
new file mode 100644
index 00000000..a413959c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/auth_url_email.html.liquid
@@ -0,0 +1,59 @@
+
+
+ {% include "courses_catalog"
+ , courseslist: courses.enrolled
+ , filterInProgress: false
+ , eventId: "courses_catalog_filter" %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid
new file mode 100644
index 00000000..a111cbb7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid
@@ -0,0 +1,5 @@
+
+ {% commerce_cart %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid
new file mode 100644
index 00000000..652453ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid
@@ -0,0 +1,28 @@
+{% include "course_version_outdated_alert"
+ , courses: courses.in_catalog %}
+
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+
+ {% if catalog.any? %}
+
+ {% for item in catalog.items %}
+
+ {% include "cards_catalog_item" with item %}
+
+ {% endfor %}
+
+ {% else %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "courses_zero_state"
+ , message: message %}
+ {% endif %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid
new file mode 100644
index 00000000..ed1851e6
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid
@@ -0,0 +1,5 @@
+
+ {% commerce_checkout %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid
new file mode 100644
index 00000000..63f5a3e9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid
@@ -0,0 +1,5 @@
+
+ {% commerce_order_details %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid
new file mode 100644
index 00000000..5305dcaf
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid
@@ -0,0 +1,7 @@
+{% include "account_tabs" %}
+
+
+ {% commerce_order_history %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid
new file mode 100644
index 00000000..fa4aa880
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid
@@ -0,0 +1,5 @@
+
+ {% commerce_redeem %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid b/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid
new file mode 100644
index 00000000..c21f9c12
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid
@@ -0,0 +1,5 @@
+
+ {% commerce_return %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/course.html.liquid b/Custom_Templates/customer_templates/Instacart/course.html.liquid
new file mode 100644
index 00000000..135fcfea
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/course.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "course_desktop_view" %}
+
+
+ {% include "course_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/course_product.html.liquid b/Custom_Templates/customer_templates/Instacart/course_product.html.liquid
new file mode 100644
index 00000000..94e05a00
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/course_product.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "course_product_desktop_view" %}
+
+
+ {% include "course_product_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/courses.html.liquid b/Custom_Templates/customer_templates/Instacart/courses.html.liquid
new file mode 100644
index 00000000..a2174570
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/courses.html.liquid
@@ -0,0 +1,13 @@
+{% include "course_version_outdated_alert"
+ , courses: courses.enrolled %}
+
+
+ {% t shared.course_vocabulary.plural
+ , key: current_school.course_vocabulary %}
+
+ {% include "courses_index"
+ , class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid b/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid
new file mode 100644
index 00000000..5c128a97
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/dashboard.html.liquid
@@ -0,0 +1,97 @@
+{% include "course_version_outdated_alert"
+ , courses: courses.enrolled %}
+
+
+ Hi
+ Hola
+ {% if current_person.first_name %}
+ {{ current_person.first_name }}{% endif %}!
+
+
+ Your quality score is {{ current_person.properties.quality_score | default: "in progress" }} Consider taking some lessons below.
+ Tu puntuación de calidad es {{ current_person.properties.quality_score | default: "en progreso" }} Considera tomar algunas lecciones a continuación.
+
+
+ {% include "carrot_button"
+ , buttonUrl: "/app"
+ , buttonText: "In progress"
+ , buttonTextEs: "En progreso" %}
+
+
+ {% endif %}
+ {% comment %}
+ Uncomment this when we have achievments, instacart wanted achievments not to show if user doesn't have any
+
+
+ Recent Achievments
+
+ {% include "achievments_display" %}
+
{% endcomment %}
+
+
+
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid b/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid
new file mode 100644
index 00000000..3d65513f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/forgot_password.html.liquid
@@ -0,0 +1,25 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/homepage.html.liquid b/Custom_Templates/customer_templates/Instacart/homepage.html.liquid
new file mode 100644
index 00000000..9e730fbe
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/homepage.html.liquid
@@ -0,0 +1,45 @@
+{% include "subheader_search" %}{% include "course_version_outdated_alert"
+ , courses: courses.featured %}
+
+{% comment %} Check if there are any courses in progress {% endcomment %}
+{% assign hasInProgressCourses = false %}
+{% for course in courses.enrolled %}
+ {% if course.progress > 0 and course.progress < 100 %}
+ {% assign hasInProgressCourses = true %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+
+
+
+ In progress
+ En progreso
+
+
+ {% if hasInProgressCourses %}
+
+ Continue where You left off
+ Continúa donde lo dejaste
+
+ No lessons are in progress
+ No hay lecciones en progreso
+
+ {% include "carrot_button"
+ , buttonUrl: "/app/catalog"
+ , buttonText: "View all lessons"
+ , buttonTextEs: "Ver todas las lecciones" %}
+ {% endif %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid
new file mode 100644
index 00000000..c158f3e8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/learning_path.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "learning_path_desktop_view" %}
+
+
+ {% include "learning_path_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid
new file mode 100644
index 00000000..b13534c9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "learning_path_product_desktop_view" %}
+
+
+ {% include "learning_path_product_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid
new file mode 100644
index 00000000..0c2214ca
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "learning_path_summary_desktop_view" %}
+
+
+ {% include "learning_path_summary_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid b/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid
new file mode 100644
index 00000000..9375ed0a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid
@@ -0,0 +1,52 @@
+{% include "subheader_search" %}
+
+{% comment %} Check if there are any learning paths in progress {% endcomment %}
+{% assign hasInProgressPaths = false %}
+{% for learning_path in learning_paths.enrolled %}
+ {% if learning_path.progress > 0 and learning_path.progress < 100 %}
+ {% assign hasInProgressPaths = true %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+
+
+ {% if hasInProgressPaths %}
+
+
+ In progress
+ En progreso
+
+
+ Continue where You left off
+ Continúa donde lo dejaste
+
+ Master A New Skill
+ Domina Una Nueva Habilidad
+
+
+ Go more in-depth with our learning paths.
+ Profundiza más con nuestras rutas de aprendizaje.
+
+ {% include "learning_paths_index"
+ , items: learning_paths.available %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/login.html.liquid b/Custom_Templates/customer_templates/Instacart/login.html.liquid
new file mode 100644
index 00000000..bde185dd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/login.html.liquid
@@ -0,0 +1,53 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/master.html.liquid b/Custom_Templates/customer_templates/Instacart/master.html.liquid
new file mode 100644
index 00000000..df2e3320
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/master.html.liquid
@@ -0,0 +1,61 @@
+{% include "header" %}
+{% body %}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/not_found.html.liquid b/Custom_Templates/customer_templates/Instacart/not_found.html.liquid
new file mode 100644
index 00000000..91c76e4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/not_found.html.liquid
@@ -0,0 +1,10 @@
+
+
+
+ {% t .header %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid
new file mode 100644
index 00000000..4e21cc27
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid
@@ -0,0 +1,9 @@
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid
new file mode 100644
index 00000000..4e21cc27
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid
@@ -0,0 +1,9 @@
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid b/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid
new file mode 100644
index 00000000..281c6eaa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/reset_password.html.liquid
@@ -0,0 +1,43 @@
+
+
+ {% if results.items.any? %}
+ {% render "search_result" for results.items as result %}
+ {% else %}
+ {% include "search_zero_state" %}
+ {% endif %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid b/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid
new file mode 100644
index 00000000..7a903da4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/sign_up.html.liquid
@@ -0,0 +1,72 @@
+
+
+ {% include "training_event_preview_desktop_view"
+ , training_session: training_event %}
+
+
+ {% include "training_event_preview_mobile_view"
+ , training_session: training_event %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/training_events.html.liquid b/Custom_Templates/customer_templates/Instacart/training_events.html.liquid
new file mode 100644
index 00000000..7eac6583
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/training_events.html.liquid
@@ -0,0 +1,17 @@
+
+
+
+
+ {% t.title %}
+
+
+ {% t.subtitle %}
+
+
+
+ {% include "training_events_filter" %}
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/training_session.html.liquid b/Custom_Templates/customer_templates/Instacart/training_session.html.liquid
new file mode 100644
index 00000000..95f9ed87
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/training_session.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% include "training_session_desktop_view" %}
+
+
+ {% include "training_session_mobile_view" %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid
new file mode 100644
index 00000000..b0c6f807
--- /dev/null
+++ b/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid
@@ -0,0 +1,43 @@
+
+
+