users.html — express Source File
Architecture documentation for users.html, a html file in the express codebase.
Entity Profile
Source Code
<%- include('header.html') -%>
<h1>Users</h1>
<ul id="users">
<% users.forEach(function(user){ %>
<li><%= user.name %> <<%= user.email %>></li>
<% }) %>
</ul>
<%- include('footer.html') -%>
Source
Frequently Asked Questions
What does users.html do?
users.html is a source file in the express codebase, written in html.
Where is users.html in the architecture?
users.html is located at examples/ejs/views/users.html (directory: examples/ejs/views).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free