86f2db2ea04ae1304b2a205211bccbce6ee2c814
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2
3     [% loc('about body') %]
4
5 <div id="code_sample" style="display:none">
6 [% INCLUDE 'code/point.tt' %]
7 </div>
8
9     <h3>[% loc('about new to moose header') %]</h3>
10     [% loc('about new to moose body') %]
11
12     <h3>[% loc('about company list header') %]</h3>
13     [% loc('about company list body') %]
14
15     <ul>
16     [% FOREACH company IN current_page.data.companies.sort('name') %]
17         <li><a href="[% company.url %]">[% company.name %]</a></li>
18     [% END %]
19     </ul>
20 [% END %]