adding a few more articles
[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     <a name="organizations"></a>
13     <h3>[% loc('about organization list header') %]</h3>
14     [% loc('about organization list body') %]
15
16     <ul>
17     [% FOREACH org IN current_page.data.organizations.sort('name') %]
18         <li><a href="[% org.url %]">[% org.name %]</a></li>
19     [% END %]
20     </ul>
21 [% END %]