summaryrefslogtreecommitdiffstats
path: root/posts/index.md
blob: c69044151f9ac1c39c3324259949e3185048dbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: News archive
---

# News archive

<table>
 {{#posts/index}}
 <tr>
  <td>{{date}}</td>
  <td><a href="{{html}}">{{title}}</a></td>
 </tr>
 {{/posts/index}}
</table>