summaryrefslogtreecommitdiff
path: root/templates/comment.html
blob: dbcb759b39eb113cc528071e2744d412353c81f2 (plain)
1
2
3
4
5
6
7
8
9
<div class="comment">
  <div class="comment-header">
    {publishing-date|html-human-date}
    <a rel="nofollow" {.section author-link}href="{@|html-attr-value}"{.end}>{.section author}{@|html}{.or}{generic-commenter-name|html}{.end}</a>:
  </div>
  <div class="comment-body">
    {body}
  </div>
</div>