aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/index.ejs
blob: ae21964d6314197ffc947654ae77537a6936e437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <title><%= title %></title>
    <link rel="stylesheet" href="/css/globalstyles.css">
</head>
<body>
    <div id="main-container">
        <%- include('partials/header') %>
        <div id="content">
            <%- page %>
        </div>
    </div>
</body>
</html>