First commit

This commit is contained in:
Andros Fenollosa
2022-05-15 20:58:36 +02:00
commit 96b4a45f1d
167 changed files with 31526 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<article>
<h2>{{ comment.author }}</h2>
<p>{{ comment.content }}</p>
<p>{{ comment.created_at }}</p>
</article>