+
+ {% if currentLearningTrack and currentLearningTrack.trackName %}
+ {% include learning-track-nav %}
+ {% endif %}
{% include helpfulness %}
{% unless page.hidden %}{% include contribution %}{% endunless %}
diff --git a/includes/learning-track-nav.html b/includes/learning-track-nav.html
new file mode 100644
index 000000000000..674fafe85e1e
--- /dev/null
+++ b/includes/learning-track-nav.html
@@ -0,0 +1,18 @@
+
+{% assign track = currentLearningTrack %}
+
+
+ {% if track.prevGuide %}
+ {% data ui.learning_track_nav.prevGuide %}
+ {{track.prevGuide.title}}
+ {% endif %}
+
+
+
+ {% if track.nextGuide %}
+ {% data ui.learning_track_nav.nextGuide %}
+ {{track.nextGuide.title}}
+ {% endif %}
+
+
+
\ No newline at end of file
diff --git a/layouts/product-sublanding.html b/layouts/product-sublanding.html
index d9af6ab059ee..4f8cf90a8a84 100644
--- a/layouts/product-sublanding.html
+++ b/layouts/product-sublanding.html
@@ -29,7 +29,7 @@ {{ page.shortTitle }}
{% octicon "star-fill" height="24" class="v-align-middle m-2"%}
{{ featuredTrack.title }}
{{ featuredTrack.description }}
-