adding style sheets and using Resource::Pack
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / wrapper / sub_page.tt
CommitLineData
3cb66fff 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 %]