diff --git a/frontend/templates/base.html.jinja b/frontend/templates/base.html.jinja
index ec626a1b10485e0de40c9e2f712de97a0250e370..a059074e23331c3779d73d0bdaf65fb1f8616c34 100644
--- a/frontend/templates/base.html.jinja
+++ b/frontend/templates/base.html.jinja
@@ -46,6 +46,8 @@
     {% block content%} 
     {% endblock %}
 
+    <div class="jumbotron"></div>
+
     <!--FOOTER-->
     {% block footer %}
       {% include 'footer.html.jinja' %}