<% var rootPath='../' ; %> <%- include(rootPath + 'templates/header.ejs' ); %> <% function normalizeText(text) { return text .normalize('NFD') .replace(/[\u0300-\u036f]/g, '' ) .replace(/[\uFF01-\uFF5E]/g, function(ch) { return String.fromCharCode(ch.charCodeAt(0) - 0xFEE0); }); } %>

Yo! Welcome Back <%= normalizeText(userdata.user_name) %>!

<% if(userdata.icon_id===10) { %> User Image <% } else {%> User Image <%}%>
Developer Only Information For Development purposes only, send statistics found in this menu when encontering UI Errors.
Raw User Details
<%=JSON.stringify(userdata, null, 2)%>