eidolon/templates/commentReply.hamlet

12 lines
407 B
Plaintext
Executable File

<div id="header" class="item" data-width="600">
<div class="inner">
<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}
<div>
<input type=submit value="Post reply">