markup validates
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
CommitLineData
91d99a11 1[% WRAPPER 'wrapper/root.tt' %]
7476895d 2
c24d5391 3 [% loc('about body') %]
5efab74a 4
4e705bd2 5 <h3>[% loc('about new to moose header') %]</h3>
c24d5391 6 [% loc('about new to moose body') %]
4e705bd2 7
5efab74a 8 <h3>[% loc('about company list header') %]</h3>
c24d5391 9 [% loc('about company list body') %]
5efab74a 10
c24d5391 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>
7476895d 16
17[% END %]