aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index b9c2046..caf41de 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -8,6 +8,7 @@
<header class="page-header">
<h1>{{ title }}</title>
</header>
+ {{#flash}}<div class="flash">{{ . }}</div>{{/flash}}
{{{ content }}}
</body>
</html>