<%- include('./include/header.ejs', { title: 'JLINC - Login' }) %>

Login with:

<% for (const type in config.authModules) { %> <% if (type !== 'single') { %>
<% } %> <% } %>
<%- include('./include/footer.ejs') %>