fix/home.ejs include fix

This commit is contained in:
nicoagostini committed 2025-05-05 18:45:59 -07:00
1 parent 6a8595d24b
commit fef7184404
2 files changed
+2 -7

No files matched your search

+2 -1
View File
@@ -10,7 +10,8 @@
<body>
<main>
<%= user.email %>
<%- include("./partials/header") %>
Welcome: <%= user.email %>
The Dashboard Page
</main>
<footer>