AstroCom
Welcome, <%= user %>
Logout
Edit Entry <%= data.id %>
<% for (const [key, value] of Object.entries(data)) { %> <% if (key !== 'id') { %>
<%= key.charAt(0).toUpperCase() + key.slice(1) %>
<% } %> <% } %>
Update
Cancel