Files
NexusV7/templates/article.hbs
2021-03-28 15:54:59 +02:00

12 lines
239 B
Handlebars

<div class="contentContainer">
<article>
<h1>{{post.title}}</h1>
<h5>{{post.date}}</h5>
<hr/>
{{{post.body}}}
<hr/>
<footer>
<a class="footer" href="/">gltronic - 2021</a>
</footer>
</article>
</div>