12 lines
189 B
HTML
12 lines
189 B
HTML
---
|
|
title: Home
|
|
---
|
|
|
|
<article>
|
|
<h1>Recent Posts</h1>
|
|
|
|
$partial("templates/post-list.html")$
|
|
|
|
<p>…or you can find more in the <a href="/archive.html">archive</a>.</p>
|
|
</article>
|