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

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

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

</html>