diff --git a/templates/components/navigation.gohtml b/templates/components/navigation.gohtml
index ac6de37..ae53bad 100644
--- a/templates/components/navigation.gohtml
+++ b/templates/components/navigation.gohtml
@@ -95,3 +95,35 @@
{{end}}
+
+{{define "header_nav_link"}}
+{{$isActive := .isActive}}
+
+ {{if eq .key "watchlist"}}
+
+ {{else if eq .key "search"}}
+
+ {{end}}
+
+{{end}}
+
+{{define "header_navigation"}}
+{{$currentPath := .CurrentPath}}
+
+{{end}}