@@ index.html.ep
% layout 'green';
%= content content => begin
% for my $thix ( 0 .. $#$rayth ){
<%# uparrow =%>
↑
<%= $$rayth[$thix] =%>
<%# downarrow =%>
↓
|
% }
% for my $rai ( @$ray ) {
% for my $cel ( @$rai ){
<%= $cel =%> |
% }
% }
% if( $sortorder and defined $sortindex ){
* sortorder( <%= $sortorder %>)
by sortindex( <%= $sortindex %>
aka <%= $$rayth[ $sortindex ] %> )
% }
% end
@@ layouts/green.html.ep
<%== title %>
<%= content %>