templates/project/app/home/views/index/index.html in volt-0.5.1 vs templates/project/app/home/views/index/index.html in volt-0.5.2

- old
+ new

@@ -1,19 +1,19 @@ <:title> {#template params._view.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" /> </ul> <h3 class="text-muted">Project name</h3> </div> + + <:volt:notices /> {#template params._view.or('home')} <div class="footer"> <p>&copy; Company 2014</p> \ No newline at end of file