diff options
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 887a2b7..144d202 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,7 +8,11 @@ <header class="page-header"> <h1>{{ title }}</h1> </header> - {{# flash }}<div class="flash {{ .name() }}">{{ .msg() }}</div>{{/ flash }} + {{# flash }} + <div class="flash {{ .name() }}"> + {{ .msg() }} + </div> + {{/ flash }} {{{ content }}} </body> </html> |