- <!DOCTYPE html>
- <html lang="en">
- <head>
- <%- include('partials/head') %>
- </head>
- <body>
- <%- include('partials/menu') %>
- <div class="container-fluid bg-3 text-center">
- <h3><%= title %></h3>
- <%= page %>
- </div>
- </body>
- <%- include('partials/script') %>
- </html>
|