adding style sheets and using Resource::Pack
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / index.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2     <h1 class="home">[% loc('moose') %]</h1>
3     <h2>[% loc('moose subtitle') %]</h2>
4     [% INCLUDE 'shared/nav.tt' %]
5     <div class="home_content">
6         <p>[% loc('about body') %]</p>
7     </div>
8     <br/>
9     <br/>
10     <div class="home_footer">
11         [% INCLUDE 'shared/footer.tt' %]
12     </div>
13 [% END %]