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