diff --git a/tool/template-landing-children.html b/tool/template-landing-children.html
index c4a59a2b83..cee5f8c34b 100644
--- a/tool/template-landing-children.html
+++ b/tool/template-landing-children.html
@@ -3,17 +3,14 @@
{% block main %}
{% if content %}
-
-
- {{ content }}
-
-
-
- Children of this page:
- {% set show_blurbs = True %}
- {% set depth= 1 %}
- {% include 'template-page-children.html' %}
+
+ {{ content }}
+
+ {% set show_blurbs = True %}
+ {% set depth= 1 %}
+ {% include 'template-page-children.html' %}
+
{% else %}