zine-filenotfound-repro/layouts/post.shtml
2024-10-08 08:26:14 -06:00

12 lines
321 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title :text="$page.title.suffix(' — ', $site.title)"></title>
<link rel="stylesheet" type="text/css" href="$site.asset('style.css').link()">
</head>
<body>
<h1 :text="$page.title"></h1>
<ctx :html="$page.content()"></ctx>
</body>
</html>