<%- include("../base/header", { title: "Home", session }) %>
Recent Uploads
<% for (const upload of recentUploads) { %>
<% if (upload.MediaType.startsWith("image/")) { %> ://<%= domains[upload.DomainId].Domain %>/<%= upload.MediaTag %>" height="30" width="50"> <% } %>
<%= upload.FileName %>
<% } %>
Stats
<%- include("../base/footer") %>