eidolon/templates/commentReply.hamlet

9 lines
254 B
Plaintext
Raw Normal View History

2016-09-02 13:55:50 +00:00
<div .item>
<h4>Reply to comment
<strong>#{parSlug}</strong> posted on #{formatTime defaultTimeLocale "%A %F %H:%M" (commentTime comment)}:
2016-09-02 13:55:50 +00:00
<hr>
<p>#{commentContent comment}
<hr>
<form method=post enctype=#{enctype}>
^{replyWidget}