diff --git a/passbook/core/templates/base/page.html b/passbook/core/templates/base/page.html
index 1e4e489789..d66ae5955c 100644
--- a/passbook/core/templates/base/page.html
+++ b/passbook/core/templates/base/page.html
@@ -21,8 +21,10 @@
- passbook
+
+ {% if config.passbook.branding.title_show %}
+ {{ config.passbook.branding.title }}
+ {% endif %}
passbook
+{{ config.passbook.branding.title }}
+ {% endif %}