Update post

This commit is contained in:
Andros Fenollosa
2021-03-12 00:09:19 +01:00
parent ae05e3a6f1
commit 901226c700
7 changed files with 127 additions and 63 deletions

View File

@ -0,0 +1,5 @@
<article>
<h1>{{ post.title }}</h1>
<h2>{{ post.author }}</h2>
<div>{{ post.content }}</div>
</article>