<% include leftBar.html %>
Online Users
<%if(onlineUserList.length){%> <% for(var data of onlineUserList){%>
<%=data.nick_name%>
From <%=data.country%>
<%=data.age%> years old
<%}%>
<%}else{%>
No online users at the moment.
<%}%>