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
CommitLineData
3cb66fff 1[% WRAPPER 'wrapper/root.tt' %]
9db2b8f2 2 <h1>[% loc('header moose') %]</h1>
9dac4e3b 3 <div class="nav">
4 [% INCLUDE 'shared/nav.tt' %]
5 </div>
3cb66fff 6 <div class="content">
7 [% content %]
8 </div>
9 <div class="footer">
10 [% INCLUDE 'shared/footer.tt' %]
11 </div>
12[% END %]