Templates: Comment body

This is the part of the template used to display a single comment. In this template-part, comments-related templatevars are available.

Example

<h2>Comment by <%userlink%>:</h2>
<p><%body%></p>

<div class="metadata">
 (from <%host%> on <%date%> at <%time%>)
</div>

Result:

Comment by karma:

Nice!

(from host.example.org on 2003-03-02 at 13:30)
Template Items