getting there, now just need to fill out the rest of the content
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / index.tt
CommitLineData
3cb66fff 1[% WRAPPER 'wrapper/root.tt' %]
9db2b8f2 2 <h1 class="home">[% loc('header moose') %]</h1>
3 <h2>[% loc('header moose subtitle') %]</h2>
9dac4e3b 4 <div class="home_nav">
5 [% INCLUDE 'shared/nav.tt' %]
6 </div>
3cb66fff 7 <div class="home_content">
4e705bd2 8 <p>[% loc('home body') %]</p>
3cb66fff 9 </div>
10 <br/>
3cb66fff 11 <div class="home_footer">
12 [% INCLUDE 'shared/footer.tt' %]
13 </div>
14[% END %]