demo-HTML-over-WebSockets-i.../apps/front/templates/partials/blog/single.html
Andros Fenollosa 5e4791a240 Optimize
2021-03-12 21:21:01 +01:00

5 lines
115 B
HTML

<article>
<h1>{{ post.title }}</h1>
<h2>{{ post.author }}</h2>
<div>{{ post.content }}</div>
</article>