repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed label
[sgn.git]
/
mason
/
secretom
/
section_templates
/
objectives.mas
blob
9a1cb5800a5e119d91e457976e2fd41ec6e77b7b
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
</&>