diff --git a/book.html b/book.html
index 35aa8eb..fe53ba1 100644
--- a/book.html
+++ b/book.html
@@ -1,3 +1,5 @@
+{{template "header.html"}}
+
{{.Title}}
{{.Description}}
@@ -10,3 +12,5 @@
download
+
+{{template "footer.html"}}
diff --git a/foot.html b/footer.html
similarity index 100%
rename from foot.html
rename to footer.html
diff --git a/head.html b/header.html
similarity index 100%
rename from head.html
rename to header.html
diff --git a/front.html b/index.html
similarity index 80%
rename from front.html
rename to index.html
index 5cb972e..e4a9e52 100644
--- a/front.html
+++ b/index.html
@@ -1,3 +1,5 @@
+{{template "header.html"}}
+
Imperial Library of Trantor
Search on {{.}} books.

+
+{{template "footer.html"}}
diff --git a/search.html b/search.html
index bc2631f..57e26d3 100644
--- a/search.html
+++ b/search.html
@@ -1,3 +1,5 @@
+{{template "header.html"}}
+
Search
+
+{{template "footer.html"}}