1<!DOCTYPE html>
2<html data-theme="light" lang="en">
3<head>
4 <% include!("head.html"); %>
5</head>
6<body>
7<% include!("header.html"); %>
8<main class="container">
9 <h2><%- title %></h2>
10 <h5>Created At: <%- date %></h2>
11 <%- content %>
12 </section>
13</main>
14</body>
15
16<script>
17</script>
18</html>