feature/fully implemented ejs inclusion to main files
This commit is contained in:
1 parent
decdb299b7
commit
54566f05b7
12 files changed
+57
-87
No files matched your search
@@ -0,0 +1,9 @@
|
||||
<%- include("./partials/fileHeader") %>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
<main>
|
||||
<!-- Your content here -->
|
||||
</main>
|
||||
|
||||
<%- include("./partials/navBar") %>
|
||||
<%- include("./partials/footer") %>
|
||||
Reference in new issue
Block a user