adding more stuff, cleaning stuff up, etc etc etc
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / wrapper / sub_page.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2     <h1>[% loc('moose') %]</h1>
3     [% INCLUDE 'shared/nav.tt' %]
4     <div class="content">
5         [% content %]
6     </div>
7     <div class="footer">
8         [% INCLUDE 'shared/footer.tt' %]
9     </div>
10 [% END %]