]> jfr.im git - uguu.git/blob - templates/index.ejs
ae7f6ff4ab8046e037e9dbcc8ebfb714f782aca3
[uguu.git] / templates / index.ejs
1 <%- include('./templates/partials/header.ejs'); -%>
2 <div class="container">
3 <div class="jumbotron">
4 <%- include('./templates/partials/lead.ejs'); -%>
5 <%- include('./templates/partials/upload_form.ejs'); -%>
6 </div>
7
8 <% if (malwareBanner) { %>
9 <%- include('./templates/partials/malware_banner.ejs'); -%>
10 <% } %>
11
12 <% if (donationBanner) { %>
13 <%- include('./templates/partials/donation_banner.ejs'); -%>
14 <% } %>
15 <%- include('./templates/partials/footer.ejs'); -%>