LuHost

Hosting Luanti made easy

<% if (typeof isAuthenticated !== 'undefined' && isAuthenticated && typeof user !== 'undefined') { %>
Welcome, <%= user.username %>
Connected Logout
<% } else { %>
Connected
<% } %>
<% if (typeof isAuthenticated !== 'undefined' && isAuthenticated) { %> <% } %>
<%- body %>
<% if (typeof scripts !== 'undefined') { %> <% scripts.forEach(function(script) { %> <% }); %> <% } %> <% if (typeof inlineScript !== 'undefined') { %> <% } %>