eidolon/templates/commentReply.hamlet

10 lines
344 B
Text
Raw Normal View History

2015-01-12 21:31:29 +01:00
<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)}:
2015-01-12 21:31:29 +01:00
<hr>
2015-08-18 23:58:56 +02:00
<p>#{commentContent comment}
2015-01-12 21:31:29 +01:00
<hr>
<form method=post enctype=#{enctype}>
^{replyWidget}