First commit
This commit is contained in:
5
app/website/templates/components/_single_comment.html
Normal file
5
app/website/templates/components/_single_comment.html
Normal file
@ -0,0 +1,5 @@
|
||||
<article>
|
||||
<h2>{{ comment.author }}</h2>
|
||||
<p>{{ comment.content }}</p>
|
||||
<p>{{ comment.created_at }}</p>
|
||||
</article>
|
Reference in New Issue
Block a user