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

7 lines
155 B
HTML

$<include src="header.html"/>
<article>
$<post-html/>
</article>
<p><a href="/">← Back to home</a></p>
$<include src="footer.html"/>