diff --git a/Custom_Templates/customer_templates/HackerRank Sandbox/_banner.html.liquid b/Custom_Templates/customer_templates/HackerRank Sandbox/_banner.html.liquid
new file mode 100644
index 00000000..738a78aa
--- /dev/null
+++ b/Custom_Templates/customer_templates/HackerRank Sandbox/_banner.html.liquid
@@ -0,0 +1,19 @@
+{% if current_school.properties.banner_toggle == true %}
+
+{% endif %}
+
+
diff --git a/Custom_Templates/customer_templates/HackerRank Sandbox/_header.html.liquid b/Custom_Templates/customer_templates/HackerRank Sandbox/_header.html.liquid
index 09aa2089..ca245c1d 100644
--- a/Custom_Templates/customer_templates/HackerRank Sandbox/_header.html.liquid
+++ b/Custom_Templates/customer_templates/HackerRank Sandbox/_header.html.liquid
@@ -7,10 +7,10 @@
style="width: 300px; height: auto;"
/>
-
-
\ No newline at end of file
+
diff --git a/Custom_Templates/customer_templates/HackerRank Sandbox/catalog.html.liquid b/Custom_Templates/customer_templates/HackerRank Sandbox/catalog.html.liquid
index f2b6e7d5..fa59f29b 100644
--- a/Custom_Templates/customer_templates/HackerRank Sandbox/catalog.html.liquid
+++ b/Custom_Templates/customer_templates/HackerRank Sandbox/catalog.html.liquid
@@ -1,5 +1,5 @@
{% include "header" %}
-
+
{% include "course_version_outdated_alert", courses: courses.in_catalog %}