<% // Define an array of images to display in the masonry layout const images = theme.masonry; %>

<%- getPageTitle(page) %>

<% images.forEach(function(image) { %>
<%- image.title %>
<%- image.title %>
<%- image.description %>
<% }); %>