Sha256: a69d7a22e6844ab7a1a1566b923964a4e8c52725c921dc504a240a6f99fb06e7
Contents?: true
Size: 599 Bytes
Versions: 1
Compression:
Stored size: 599 Bytes
Contents
<:title> {#template params._view.or('home'), "title"} </:title> <:body> <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>© Company 2014</p> </div> </div> </:body> <:nav> <li class="{#if params._page.or('') == page}active{/}"> <a href="/{page}">{text}</a> </li> </:nav>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-0.5.2 | templates/project/app/home/views/index/index.html |