<%
let tile = locals.tile || {};
let data = {
  ...tile,
  horizontal: true
}

%>

<%- include('./tile-default', {tile:data}); %>
