aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default-none.html
blob: 3cc0335e884f6c707543592f8ea4b61a60c22de4 (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>