18 lignes
518 B
HTML
18 lignes
518 B
HTML
<div class="containerComments">
|
|
<h3 id="comments">{Comments_Number} answers to “{Post_Title}”</h3>
|
|
<ol class="commentlist">
|
|
[bloque: comments]
|
|
<li class="alt" id="comment-{Id_Comment}">
|
|
<cite>
|
|
<a href="#comment-{Id_Comment}" title="Comment permalink">#</a>
|
|
{Comment_Author} said:
|
|
</cite>
|
|
<br />
|
|
<span class="timestampComment"> at {Date}</span><br /><br />
|
|
{Comment}
|
|
<br /><br />
|
|
</li>
|
|
[/bloque: comments]
|
|
</ol>
|
|
</div>
|