<%- include('./templates/partials/lead.ejs'); -%>
<%- include('./templates/partials/upload_form.ejs'); -%>
<% if (malwareBanner) { %>
<%- include('./templates/partials/malware_banner.ejs'); -%>
<% } %>
<% if (donationBanner) { %>
<%- include('./templates/partials/donation_banner.ejs'); -%>
<% } %>
<%- include('./templates/partials/footer.ejs'); -%>