aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
blob: b1f9f72a79252d0610999b6c1c98eaff118c83ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html data-theme="light" lang="en">
<head>
    <% include!("head.html"); %>
</head>
<body>
<% include!("header.html"); %>
<main class="container">
    <%- content %>
    </section>
</main>
</body>

<script>
</script>
</html>