% include com/stdhead.html %>
<%- include('com/nav.html', {navClass: ''}) %>
Explore users
<% users.forEach(u => { %>
<%= u.username %>
<% }) %>
<% include com/footer.html %> <% include com/stdjs.html %>