: cascade base
: around page_header -> {
: my $term_arg = $c.req.param('t') ? [ 't', $c.req.param('t') ] : [];
: }
: around content -> {
: my $base = $view_complex ? 'view_complex' : 'view_graph';
: for $graphs -> $graph {
: my $index = $~graph.index;
: include "view.tx" { graph => $graph, index => $index };
: } # for graphs
: } # arround