10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
<%- include("./partials/fileHeader") %>
|
|
<%- include("./partials/header") %>
|
|
|
|
<main>
|
|
The More Page
|
|
</main>
|
|
|
|
<%- include("./partials/navBar") %>
|
|
<%- include("./partials/footer") %>
|
|
|