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

<script>
</script>
</html>