django-blog-for-html-over-t.../app/website/templates/components/_single_comment.html
Andros Fenollosa 96b4a45f1d First commit
2022-05-15 20:58:36 +02:00

5 lines
123 B
HTML

<article>
<h2>{{ comment.author }}</h2>
<p>{{ comment.content }}</p>
<p>{{ comment.created_at }}</p>
</article>