eidolon/templates/commentReply.hamlet
2016-09-02 15:55:50 +02:00

9 lines
272 B
Plaintext
Executable file

<div .item>
<h4>Reply to comment
<strong>#{commentAuthorSlug comment}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
<hr>
<p>#{commentContent comment}
<hr>
<form method=post enctype=#{enctype}>
^{replyWidget}