diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml
index cbadd6d3..51803b60 100644
--- a/app/views/conference/show.html.haml
+++ b/app/views/conference/show.html.haml
@@ -1,9 +1,10 @@
= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
-%div#program
- = render 'program'
-%div#registration
- = render 'registration'
-%div#callforpapers
- = render 'call_for_papers'
+= content_for :splash do
+ %div#program
+ = render 'program'
+ %div#registration
+ = render 'registration'
+ %div#callforpapers
+ = render 'call_for_papers'
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 0a9063d1..96e6ea2e 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -21,6 +21,7 @@
- if controller.class.name.split("::").first=="Admin"
= render 'layouts/admin'
-else
+ = yield :splash
.container#messages
.row
.col-md-12