Files
blogger-nodejs/views/partials/comment.ejs
2025-07-22 00:17:00 +01:00

3 lines
150 B
Plaintext

<b><%= comment.name %></b> <%= format(fromUnixTime(comment.pubdate), config.date_format) %> <i>No. <%= comment.id %></i>:<br/>
<%= comment.content %>