adding more stuff, cleaning stuff up, etc etc etc
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
1 [% WRAPPER 'wrapper/sub_page.tt' %]
2
3     <h2>[% loc('about header') %]</h2>
4     <p>[% loc('about body') %]</p>
5
6     <h3>[% loc('about new to moose header') %]</h3>
7     <p>[% loc('about new to moose body') %]</p>
8
9     <h3>[% loc('about company list header') %]</h3>
10     <p>[% loc('about company list body') %]</p>
11
12     <ul>
13         [% FOREACH company IN current_page.data.companies %]
14             <li><a href="[% company.url %]">[% company.name %]</a></li>
15         [% END %]
16     </ul>
17
18 [% END %]