diff --git a/templates/page_with_carousel.html b/templates/page_with_carousel.html
index f42b9164e07b2329572fbf58c48d7e34b623dc5b..84edba468ca2134a366eaa0ca840bd72b6a66aaf 100644
--- a/templates/page_with_carousel.html
+++ b/templates/page_with_carousel.html
@@ -27,15 +27,6 @@
 {% endblock %}
 
 {% block content %}
-    <div class="container title">
-        <div class="row clearfix">
-            <div class="column full">
-                <h1>{{ page.title }}</h1>
-                {% import 'translations.html' as translations with context %}
-                {{ translations.translations_for(page) }}
-            </div>
-        </div>
-    </div>
 
     <section class='page_content'>
         <div class='container'>