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