more data and templates
[gitmo/moose-website.git] / 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 company list header') %]</h3>
7     <p>[% loc('about company list body') %]</p>
8
9     <ul>
10         [% FOREACH company IN current_page.data.companies %]
11             <li><a href="[% company.url %]">[% company.name %]</a></li>
12         [% END %]
13     </ul>
14
15 [% END %]