summaryrefslogtreecommitdiff
path: root/public/views/hedgedoc.ejs
blob: 1a6061ab22a4296d1ad4177cdb41e62e53e90a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
    <%- include hedgedoc/head %>
</head>

<body>
    <%- include hedgedoc/header %>
    <%- include hedgedoc/body %>
    <%- include hedgedoc/footer %>
    <%- include hedgedoc/foot %>
</body>

</html>