templates/project/app/home/views/index/index.html in volt-0.3.7 vs templates/project/app/home/views/index/index.html in volt-0.3.8
- old
+ new
@@ -1,9 +1,11 @@
<:title>
{#template params._controller.or('home'), "title"}
</:title>
<:body>
+ <:volt:notices />
+
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<:nav page="" text="Home" />
<:nav page="about" text="About" />
\ No newline at end of file