diff options
Diffstat (limited to 'templates/comment.html')
| -rw-r--r-- | templates/comment.html | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/comment.html b/templates/comment.html new file mode 100644 index 0000000..dbcb759 --- /dev/null +++ b/templates/comment.html @@ -0,0 +1,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>  | 
