15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<%- include('../partials/head'); %>
|
|
</head>
|
|
<body>
|
|
<div id="posts">
|
|
<%- include('../posts/post'); %>
|
|
</div>
|
|
<footer>
|
|
<%- include('../partials/footer'); %>
|
|
</footer>
|
|
</body>
|
|
</html>
|