adding more stuff, cleaning stuff up, etc etc etc
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / index.tt
CommitLineData
3cb66fff 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">
4e705bd2 6 <p>[% loc('home body') %]</p>
3cb66fff 7 </div>
8 <br/>
3cb66fff 9 <div class="home_footer">
10 [% INCLUDE 'shared/footer.tt' %]
11 </div>
12[% END %]