feature/fully implemented ejs inclusion to main files

This commit is contained in:
Joaquin committed 2025-05-05 21:56:47 -07:00
1 parent decdb299b7
commit 54566f05b7
12 files changed
+57 -87

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
<%- include("./partials/fileHeader") %>
<%- include("./partials/header") %>
<main>
<!-- Your content here -->
</main>
<%- include("./partials/navBar") %>
<%- include("./partials/footer") %>