Sha256: 2117cdc10a551a9b0e9a94a70b3097b09d7f8734441d08b0bcf5ac285b374164

Contents?: true

Size: 663 Bytes

Versions: 5

Compression:

Stored size: 663 Bytes

Contents

<:Title>
  {{ template main_path, "title", {controller_group: 'main'} }}

<:Body>
  <div class="container">
    <div class="header">
      <ul class="nav nav-pills pull-right">
        <:nav href="/">Home</:nav>
        <:nav href="/about">About</:nav>
        <:user_templates:menu />
      </ul>
      <h3 class="text-muted"><%= config[:name] %></h3>
    </div>

    <:volt:notices />

    {{ template main_path, 'body', {controller_group: 'main'} }}

    <div class="footer">
      <p>&copy; Company {{ Time.now.year }}</p>
    </div>

  </div>

<:Nav>
  <li class="{{ if active_tab? }}active{{ end }}">
    <a href="{{ attrs.href }}">{{ yield }}</a>
  </li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
volt-0.9.0.pre3 templates/project/app/main/views/main/main.html.tt
volt-0.9.0.pre2 templates/project/app/main/views/main/main.html.tt
volt-0.9.0.pre1 templates/project/app/main/views/main/main.html.tt
volt-0.8.27.beta9 templates/project/app/main/views/main/main.html.tt
volt-0.8.27.beta8 templates/project/app/main/views/main/main.html.tt