diff --git a/views/alerts.tpl.html b/views/alerts.tpl.html
index 7b85db20..d166ef98 100644
--- a/views/alerts.tpl.html
+++ b/views/alerts.tpl.html
@@ -1,13 +1,17 @@
{{ if .Error }}
-
- Error: {{ .Messages.Error | capitalize }}
-
+
+ Error: {{ .Messages.Error | capitalize }}
+
{{ else if .Success }}
-
-
- {{ .Messages.Success | capitalize }}
-
-
-{{ end }}
\ No newline at end of file
+
+
+ {{ .Messages.Success | capitalize }}
+
+
+{{ end }}
diff --git a/views/entity-filter.tpl.html b/views/entity-filter.tpl.html
index 014852c2..c06c6b78 100644
--- a/views/entity-filter.tpl.html
+++ b/views/entity-filter.tpl.html
@@ -1,9 +1,18 @@
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
diff --git a/views/footer.tpl.html b/views/footer.tpl.html
index 9177fd95..b49295b1 100644
--- a/views/footer.tpl.html
+++ b/views/footer.tpl.html
@@ -1,13 +1,26 @@
-
\ No newline at end of file
+
diff --git a/views/head.tpl.html b/views/head.tpl.html
index 62ff733c..37392524 100644
--- a/views/head.tpl.html
+++ b/views/head.tpl.html
@@ -1,16 +1,36 @@
- Wakapi – Coding Statistics
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+ Wakapi – Coding Statistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/views/header.tpl.html b/views/header.tpl.html
index 6fb81a54..3d9e006b 100644
--- a/views/header.tpl.html
+++ b/views/header.tpl.html
@@ -1,3 +1,3 @@
- {{ template "logo.tpl.html" . }}
-
\ No newline at end of file
+ {{ template "logo.tpl.html" . }}
+
diff --git a/views/imprint.tpl.html b/views/imprint.tpl.html
index 0c2a1ab1..54864a41 100644
--- a/views/imprint.tpl.html
+++ b/views/imprint.tpl.html
@@ -1,24 +1,19 @@
-
+
+ {{ template "head.tpl.html" . }}
-{{ template "head.tpl.html" . }}
+
+ {{ template "header.tpl.html" . }}
-
-
-{{ template "header.tpl.html" . }}
-
-
-
+
+
Imprint & Data Privacy
-
- {{ htmlSafe .HtmlText }}
-
-
-
-
-{{ template "footer.tpl.html" . }}
-
-{{ template "foot.tpl.html" . }}
-
+
{{ htmlSafe .HtmlText }}
+
+
-
\ No newline at end of file
+ {{ template "footer.tpl.html" . }} {{ template "foot.tpl.html" . }}
+
+