PoorBooru/templates/gallery.html.ep

10 lines
193 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>