aboutsummaryrefslogtreecommitdiff
path: root/app/views/templates/main.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/templates/main.scala.html')
-rw-r--r--app/views/templates/main.scala.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/templates/main.scala.html b/app/views/templates/main.scala.html
index dadfc03..278b205 100644
--- a/app/views/templates/main.scala.html
+++ b/app/views/templates/main.scala.html
@@ -1,4 +1,4 @@
1@(logo: Html)(slogan: Html)(title: String)(content: Html) 1@(logo: Html)(slogan: Html)(title: String)(content: Html)(implicit flash: Flash)
2 2
3<!DOCTYPE html> 3<!DOCTYPE html>
4 4
@@ -50,6 +50,8 @@
50 </div> 50 </div>
51 </header> 51 </header>
52 52
53 <div class="flash-message">@fragments.flashBanner()</div>
54
53 <div class="content">@content</div> 55 <div class="content">@content</div>
54 56
55 <footer> 57 <footer>