Files
blog/templates/index.html
2025-10-24 23:17:26 +08:00

5 lines
112 B
HTML

$<include src="header.html"/>
<h1>Recent Posts</h1>
$<post-list limit=2/>
$<include src="footer.html"/>