aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default-none.html
blob: 7203c1d02b58ae5bda2a6a23c2cc9d3df9b40ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
---
<!DOCTYPE html>
<html>

<head>
    {% include header.html %}
</head>

<body class="dark">
    {% include navbar.html %}
    <div class="animsition">
    <div class="container">
    {{ content }}
    </div>
    {% include scripts.html %}
    {% include footer.html %}
    </div>
</body>

</html>