Files
thor/bench/templates/partials/comment.html
T

6 lines
134 B
HTML

<li class="comment">
<strong>{{author}}</strong>
<time datetime="{{date}}">{{date | format}}</time>
<p>{{body}}</p>
</li>