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