mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 23:47:19 -05:00
7 lines
151 B
Handlebars
7 lines
151 B
Handlebars
<h1>Latest posts</h1>
|
|
{{#each posts }}
|
|
<strong>{{ this.title }}</strong>
|
|
<p>{{ this.content }}</p>
|
|
<a href="{{ this.url }}">link</a>
|
|
<br><br>
|
|
{{/each}} |