%- include('./include/header.ejs', { title: 'JLINC - Login' }) %>
Login with:
<% for (const type in config.authModules) { %> <% if (type !== 'single') { %>
<%= config.authModules[type].icon %>
<%= config.authModules[type].title %>
<% } %> <% } %>
<%- include('./include/footer.ejs') %>