15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<%- include('../partials/head'); %>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<%- include("../headers/site_wide") %>
|
|
</div>
|
|
<div id="comment">
|
|
<%- include("../partials/comment"); %>
|
|
</div>
|
|
</body>
|
|
</html>
|