adding more stuff, cleaning stuff up, etc etc etc
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
CommitLineData
7476895d 1[% WRAPPER 'wrapper/sub_page.tt' %]
2
5efab74a 3 <h2>[% loc('about header') %]</h2>
4 <p>[% loc('about body') %]</p>
5
4e705bd2 6 <h3>[% loc('about new to moose header') %]</h3>
7 <p>[% loc('about new to moose body') %]</p>
8
5efab74a 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>
7476895d 17
18[% END %]