fixed label
[sgn.git] / mason / secretom / section_templates / objectives.mas
blob9a1cb5800a5e119d91e457976e2fd41ec6e77b7b
1 % my @o = grep /\S/, split /\n\s*\n/, $m->content;
2 <&| /page/info_section.mas, title => 'Objectives', %ARGS &>
3   <ul class="objectives">
4 %  for (@o) {
5     <li>
6       <% $_ %>
7     </li>
8 %  }
9   </ul>
10 </&>