9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
<%- include("./partials/fileHeader") %>
|
|
<%- include("./partials/header") %>
|
|
|
|
<main>
|
|
<!-- Your content here -->
|
|
</main>
|
|
|
|
<%- include("./partials/navBar") %>
|
|
<%- include("./partials/footer") %> |