Files
blog/templates/post.html
2025-10-29 20:29:52 +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"/>