diff --git a/python/web/templates/base/main.html b/python/web/templates/base/main.html
index 400178c..c14b64f 100644
--- a/python/web/templates/base/main.html
+++ b/python/web/templates/base/main.html
@@ -1,7 +1,7 @@
-{% block title %}{% endblock %}
+Worblehat 0.1: {% block title %}{% endblock %}
diff --git a/python/web/templates/book/view.html b/python/web/templates/book/view.html
index 9e20ff3..8bd9502 100644
--- a/python/web/templates/book/view.html
+++ b/python/web/templates/book/view.html
@@ -1,7 +1,7 @@
{% extends "base/main.html" %}
{%block title%}
-Worblehat: {{ book.title }}
+{{ book.title }}
{% endblock %}
{% block content %}
{% if book.thumbnail %}
@@ -9,7 +9,6 @@ Worblehat: {{ book.title }}
{% endif %}
-
{{ book.title }}
{% if book.subtitle %}
{{ book.subtitle }}
@@ -52,5 +51,4 @@ Worblehat: {{ book.title }}
Beskrivelse: {{ book.description }}
{% endif %}
ISBN: {{ book.isbn }}
-
{% endblock %}
diff --git a/python/web/templates/index.html b/python/web/templates/index.html
index 313ca94..58d3873 100644
--- a/python/web/templates/index.html
+++ b/python/web/templates/index.html
@@ -5,9 +5,10 @@ Worblehat 0.1. Heisann!!
{% endblock %}
{% block content %}
-Velkommen til PVVs bokdatabase, Worblehat.
-Her kan du søke etter bøker til din hjertens lyst.
+Velkommen til PVVs bokdatabase, Worblehat.
+Her kan du søke etter bøker til din hjertens lyst.
{% endblock %}
diff --git a/python/web/templates/person/view.html b/python/web/templates/person/view.html
index 78d2f79..5980b3f 100644
--- a/python/web/templates/person/view.html
+++ b/python/web/templates/person/view.html
@@ -1,7 +1,7 @@
{% extends "base/main.html" %}
{% block title%}
-Worblehat: {{ person.first_name }} {{ person.last_name }}
+{{ person.first_name }} {{ person.last_name }}
{% endblock %}
{% block content %}