Gallery

Here are some sites that use Statocles. Want to add yours? Tell us about it or send a pull request.

% for my $site ( @{ $self->data->{sites} } ) {

<%= $site->{name} %>

<%= $site->{description} %>

% for my $img ( @{ $site->{images} } ) {
screenshot of <%= $site->{name} %>
% }

% }