demo-HTML-over-WebSockets-i.../apps/front/templates/partials/blog/single.html

5 lines
115 B
HTML
Raw Normal View History

2021-03-12 00:09:19 +01:00
<article>
<h1>{{ post.title }}</h1>
<h2>{{ post.author }}</h2>
<div>{{ post.content }}</div>
2021-03-12 21:21:01 +01:00
</article>