Files
blog/templates/page_all.html
2025-10-25 21:45:30 +08:00

5 lines
101 B
HTML

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