diff --git a/templates/header.html b/templates/header.html
new file mode 100644
index 0000000..439310a
--- /dev/null
+++ b/templates/header.html
@@ -0,0 +1,17 @@
+{{ define "header" }}
+
+{{ if . }}
+
+
+ {{ if ne . "" }}
+ {{ . }}
+ {{ else }}
+ Welcome to Micrach
+ {{ end }}
+
+
+{{ else }}
+