5 lines
123 B
HTML
5 lines
123 B
HTML
|
<article>
|
||
|
<h2>{{ comment.author }}</h2>
|
||
|
<p>{{ comment.content }}</p>
|
||
|
<p>{{ comment.created_at }}</p>
|
||
|
</article>
|