work in progress, listview still broken
[catagits/Reaction.git] / lib / ComponentUI / View / Site / Widget / Layout.pm
CommitLineData
6ab43711 1package ComponentUI::View::Site::Widget::Layout;
2
3use Reaction::UI::WidgetClass;
4
c8fbb8ad 5class Layout, which {
6ab43711 6
f2fef590 7 implements fragment main_content {
8 if (my $inner = $_{viewport}->inner) {
9 arg '_' => $inner;
10 render 'viewport';
11 }
12 };
6ab43711 13
14};
15
161;