Files
blog/templates/index.html
Guus Waals 29502f6816 Initial commit
Initial commit

Add lua template
2025-10-24 19:24:07 +08:00

5 lines
113 B
HTML

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