more tweaks and stuff
[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     <div class="home_nav">
5         [% INCLUDE 'shared/nav.tt' %]
6     </div>
7     <div class="home_content">
8         <p>[% loc('home body') %]</p>
9     </div>
10     <br/>
11     <div class="home_footer">
12         [% INCLUDE 'shared/footer.tt' %]
13     </div>
14 [% END %]