5 <&| /page/info_section.mas,
8 subtitle => $a->{date} && $a->{date}->ymd('-'),
10 <&| /page/info_table.mas, border => 0,
14 <% $a->{description} |h %>
16 % if( $a->{annotation_sets} && @{$a->{annotation_sets}} ) {
19 <% join ' ', map $_->sample_name, @{$a->{annotation_sets}} | h %>
22 % if( $a->{files} && @{$a->{files}} ) {
26 % for my $link (@{$a->{files}}) {
27 <dt><a href="<% $link->{url} |h%>"><% $link->{text} |h%></a></dt>
28 <dd><% $link->{description} |h%> </dd>