Sha256: 6fa9c2ad3cad78aa17b9ecb850c3f3d6a38519af7431aa37dfa58cd6f1ef2b80

Contents?: true

Size: 599 Bytes

Versions: 21

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 view="" text="Home" />
        <:nav view="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>
    </div>

  </div>
</:body>

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
volt-0.6.5 templates/project/app/home/views/index/index.html
volt-0.6.4 templates/project/app/home/views/index/index.html
volt-0.6.3 templates/project/app/home/views/index/index.html
volt-0.6.2 templates/project/app/home/views/index/index.html
volt-0.6.1 templates/project/app/home/views/index/index.html
volt-0.6.0 templates/project/app/home/views/index/index.html
volt-0.5.18 templates/project/app/home/views/index/index.html
volt-0.5.17 templates/project/app/home/views/index/index.html
volt-0.5.16 templates/project/app/home/views/index/index.html
volt-0.5.15 templates/project/app/home/views/index/index.html
volt-0.5.14 templates/project/app/home/views/index/index.html
volt-0.5.13 templates/project/app/home/views/index/index.html
volt-0.5.12 templates/project/app/home/views/index/index.html
volt-0.5.11 templates/project/app/home/views/index/index.html
volt-0.5.10 templates/project/app/home/views/index/index.html
volt-0.5.9 templates/project/app/home/views/index/index.html
volt-0.5.8 templates/project/app/home/views/index/index.html
volt-0.5.7 templates/project/app/home/views/index/index.html
volt-0.5.6 templates/project/app/home/views/index/index.html
volt-0.5.4 templates/project/app/home/views/index/index.html