diff --git a/containers/auth-gateway/auth_gateway/templates/base.html b/containers/auth-gateway/auth_gateway/templates/base.html
index 793bf32..bb424ba 100644
--- a/containers/auth-gateway/auth_gateway/templates/base.html
+++ b/containers/auth-gateway/auth_gateway/templates/base.html
@@ -3,6 +3,7 @@
+
{% block title %}Gatekeeper{% endblock %}
diff --git a/templates/base_login.html b/templates/base_login.html
index 7e3482e..d769590 100644
--- a/templates/base_login.html
+++ b/templates/base_login.html
@@ -5,6 +5,7 @@
+
wireguard_webadmin
diff --git a/templates/template_parts/base_head.html b/templates/template_parts/base_head.html
index 47cc03c..98e25e7 100644
--- a/templates/template_parts/base_head.html
+++ b/templates/template_parts/base_head.html
@@ -1,6 +1,7 @@
{% load i18n %}
+
{% if page_title %}{{ page_title }} | {% endif %}wireguard-webadmin
diff --git a/templates/vpn_invite/public_vpn_invite.html b/templates/vpn_invite/public_vpn_invite.html
index 5688542..dbcab2b 100644
--- a/templates/vpn_invite/public_vpn_invite.html
+++ b/templates/vpn_invite/public_vpn_invite.html
@@ -2,6 +2,7 @@
+
{% if authenticated %}VPN Invite{% else %}Authentication Required{% endif %}