diff --git a/html-router/templates/auth/signin_base.html b/html-router/templates/auth/signin_base.html
index f12f8a9..f23df4e 100644
--- a/html-router/templates/auth/signin_base.html
+++ b/html-router/templates/auth/signin_base.html
@@ -1,4 +1,7 @@
{% extends "head_base.html" %}
+
+{% block title %}Minne - Sign in{% endblock %}
+
{% block body %}
{% include "auth/signin_form.html" %}
diff --git a/html-router/templates/auth/signup_form.html b/html-router/templates/auth/signup_form.html
index 708741e..9d30d1a 100644
--- a/html-router/templates/auth/signup_form.html
+++ b/html-router/templates/auth/signup_form.html
@@ -1,5 +1,7 @@
{% extends "head_base.html" %}
+{% block title %}Minne - Sign up{% endblock %}
+
{% block body %}