6 lines
116 B
HTML
6 lines
116 B
HTML
<article>
|
|
<h1>{{ post.title }}</h1>
|
|
<h2>{{ post.author }}</h2>
|
|
<div>{{ post.content }}</div>
|
|
</article>
|