9 lines
329 B
Text
9 lines
329 B
Text
<h4>Reply to comment
|
|
<strong>#{fromJust $ commentAuthorSlug comment}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
|
|
<hr>
|
|
<p>#{markdownToHtml $ commentContent comment}
|
|
<hr>
|
|
<form method=post enctype=#{enctype}>
|
|
^{replyWidget}
|
|
<div>
|
|
<input type=submit value="Post reply">
|