Skip to content

Instantly share code, notes, and snippets.

@apeniche
Created February 10, 2015 16:53
Show Gist options
  • Select an option

  • Save apeniche/b47672d1c44cb7879e79 to your computer and use it in GitHub Desktop.

Select an option

Save apeniche/b47672d1c44cb7879e79 to your computer and use it in GitHub Desktop.
app/main/views/main/
<:Title>
{{ template main_path, "title", {controller_group: 'main'} }}
<:Body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<:nav href="/" text="Home" />
<:user-templates:menu />
</ul>
<h3 class="text-muted">chat</h3>
</div>
<:volt:notices />
{{ template main_path, 'body', {controller_group: 'main'} }}
<div class="footer">
<p>&copy; Company 2014</p>
</div>
</div>
<:Nav>
<li class="{{ if active_tab? }}active{{ end }}">
<a href="{{ attrs.href }}">{{ attrs.text }}</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment