--- title: Gallery data: sites: - name: Chicago.PM url: http://chicago.pm.org source: http://github.com/ChicagoPM/ChicagoPM.github.io description: Website for the Chicago Perl Mongers images: - chicagopm-main.jpg - chicagopm-inner.jpg - name: Indie Palate url: http://indiepalate.com source: http://github.com/preaction/www.indiepalate.com description: Cooking / recipe blog images: - indiepalate.jpg authors: - Tor-Coolguy.json - The-Cheat.json disable_content_template: 1 --- # Gallery Here are some sites that use Statocles. Want to add yours? [Tell us about it](http://github.com/preaction/Statocles/issues) or [send a pull request](http://github.com/preaction/Statocles). % for my $site ( @{ $self->data->{sites} } ) {

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

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

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