new_blog/templates/posts.html

5 lines
98 B
HTML

<ul>
{{#posts}}
<li><a href="{{link}}">{{title}}</a> - {{date}}</li>
{{/posts}}
</ul>