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