diff --git a/opentech/apply/funds/templates/funds/round_landing.html b/opentech/apply/funds/templates/funds/round_landing.html
new file mode 100644
index 0000000000000000000000000000000000000000..f4f58593182e3d30195aaece1dbceafd2ba7f6e0
--- /dev/null
+++ b/opentech/apply/funds/templates/funds/round_landing.html
@@ -0,0 +1,3 @@
+{% extends "funds/fund_type_landing.html" %}
+
+{% block page_title %}{{ page.get_parent.title }}{% endblock %}
diff --git a/opentech/templates/base.html b/opentech/templates/base.html
index e2699382f6746b87218a6f5c22d40b4f73d177b0..2400f7871f65d77802e012a14bccc5f25186f267 100644
--- a/opentech/templates/base.html
+++ b/opentech/templates/base.html
@@ -137,7 +137,7 @@
             </div>
 
             <div class="wrapper wrapper--small">
-                <h1 class="header__title">{{ page.title }}</h1>
+                <h1 class="header__title">{% block page_title %}{{ page.title }}{% endblock %}</h1>
             </div>
             <svg class="header__icon header__icon--pixels header__icon--pixels-left"><use xlink:href="#hero-standard-left-pixels"></use></svg>
             <svg class="header__icon header__icon--pixels header__icon--pixels-right"><use xlink:href="#hero-standard-right-pixels"></use></svg>