templates/project/app/home/views/index/index.html in volt-0.4.17 vs templates/project/app/home/views/index/index.html in volt-0.4.18
- old
+ new
@@ -1,7 +1,7 @@
<:title>
- {#template params._page.or('home'), "title"}
+ {#template params._view.or('home'), "title"}
</:title>
<:body>
<:volt:notices />
@@ -12,10 +12,10 @@
<:nav page="about" text="About" />
</ul>
<h3 class="text-muted">Project name</h3>
</div>
- {#template params._page.or('home')}
+ {#template params._view.or('home')}
<div class="footer">
<p>© Company 2014</p>
</div>
\ No newline at end of file