PoorBooru/templates/gallery.html.ep

10 lines
196 B
Plaintext

% layout "main";
<div class="flex-c-horizontal flex-c-wrap gallery">
% for my $m ($media->@*) {
<%= link_to $m->{media_link} => begin %>
<%= image $m->{media_src} %>
<% end %>
% }
</div>