include code sample only once, exactly where it's needed
[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
093471e0 5<div id="code_sample" style="display:none">
6[% INCLUDE 'code/point.tt' %]
7</div>
8
4e705bd2 9 <h3>[% loc('about new to moose header') %]</h3>
c24d5391 10 [% loc('about new to moose body') %]
4e705bd2 11
5efab74a 12 <h3>[% loc('about company list header') %]</h3>
c24d5391 13 [% loc('about company list body') %]
5efab74a 14
c24d5391 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>
7476895d 20[% END %]