getting there, now just need to fill out the rest of the content
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / wrapper / sub_page.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2     <h1>[% loc('header moose') %]</h1>
3     <div class="nav">
4         [% INCLUDE 'shared/nav.tt' %]
5     </div>
6     <div class="content">
7         [% content %]
8     </div>
9     <div class="footer">
10         [% INCLUDE 'shared/footer.tt' %]
11     </div>
12 [% END %]