cleanup for IE and co.
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2
3     [% loc('about body') %]
4
5     <h3>[% loc('about new to moose header') %]</h3>
6     [% loc('about new to moose body') %]
7
8     <h3>[% loc('about company list header') %]</h3>
9     [% loc('about company list body') %]
10
11     <ul>
12     [% FOREACH company IN current_page.data.companies.sort('name') %]
13         <li><a href="[% company.url %]">[% company.name %]</a></li>
14     [% END %]
15     </ul>
16
17 [% END %]