<% include ../leftBar.html %>
My Hang-out friends
<% include topBar.html %>
Friend
Time added
Action
<%if(myFriendList.length >0){%> <%for(let data of myFriendList){%>
<%if(!data.is_read){%> <%}%>
<%=data.nick_name%>
<%=data.age%>yrs / <%=data.country%>
<%}%> <%}else{%>
No Hang-out friends yet.
<%}%>