10 lines
No EOL
368 B
HTML
10 lines
No EOL
368 B
HTML
<div class="comment-detail">
|
|
<img src="https://www.gravatar.com/avatar/{{ avatar }}.jpg" style="float:left; margin-right:10px" height="32" width="32">
|
|
<div class="comment-body">
|
|
<span class="comment-author">{{ site_start }}{{ author }}{{ site_end }}</span>
|
|
</span><span> - {{ date }}</span>
|
|
<p>{{ content }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
|