Sha256: c7b23d060d51e392c62fd0043cd6de1ac461cbc005b357563181dfead3ce1afa

Contents?: true

Size: 590 Bytes

Versions: 13

Compression:

Stored size: 590 Bytes

Contents

<:title>
  {#template params._controller.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>
    
    {#template params._controller.or('home')}
    
    <div class="footer">
      <p>&copy; Company 2014</p>
    </div>

  </div>
</:body>

<:nav>
  <li class="{#if params._controller.or('') == page}active{/}">
    <a href="/{page}">{text}</a>
  </li>
</:nav>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
volt-0.3.7 templates/project/app/home/views/index/index.html
volt-0.3.6 templates/project/app/home/views/index/index.html
volt-0.3.5 templates/project/app/home/views/index/index.html
volt-0.3.4 templates/project/app/home/views/index/index.html
volt-0.3.3 templates/project/app/home/views/index/index.html
volt-0.3.2 templates/project/app/home/views/index/index.html
volt-0.3.1 templates/project/app/home/views/index/index.html
volt-0.3.0 templates/project/app/home/views/index/index.html
volt-0.2.9 templates/project/app/home/views/index/index.html
volt-0.2.7 templates/project/app/home/views/index/index.html
volt-0.2.5 templates/project/app/home/views/index/index.html
volt-0.2.4 templates/project/app/home/views/index/index.html
volt-0.2.3 templates/app/home/views/index/index.html