Files
blog/templates/page_all.html
2025-10-29 19:34:33 +08:00

5 lines
101 B
HTML

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