% my $class = stash( 'size' ) ? 'col-' . stash('size') : 'col';
%= tag div => ( class => $class ), begin
%= ref $content eq 'CODE' ? $content->() : $content
% end
% my $class = stash( 'size' ) ? 'col-' . stash('size') : 'col';
%= tag div => ( class => $class ), begin
%= ref $content eq 'CODE' ? $content->() : $content
% end