Files
blog/templates/index.html
2025-10-25 21:10:52 +08:00

5 lines
115 B
HTML

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