Files
blogger-nodejs/views/pages/comment.ejs
2025-08-01 23:27:28 +01:00

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>