uncomment partials
This commit is contained in:
1 parent
5abec70c61
commit
b558a75f20
1 file changed
+4
-4
+4
-4
@@ -9,8 +9,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<%# include("./partials/fileHeader") %>
|
<%- include("./partials/fileHeader") %>
|
||||||
<%# include("./partials/header") %>
|
<%- include("./partials/header") %>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="p-4 ">
|
<div class="p-4 ">
|
||||||
@@ -285,8 +285,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<%# include("./partials/navBar") %>
|
<%- include("./partials/navBar") %>
|
||||||
<%# include("./partials/footer") %>
|
<%- include("./partials/footer") %>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in new issue
Block a user