% include com/stdhead.html %>
<% include com/nav.html %>
Explore Users
<% users.forEach(u => { %>
<%= u.username %>
<% }) %>
<% include com/footer.html %> <% include com/stdjs.html %>