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

11 lines
209 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title :text="$site.title"></title>
</head>
<body>
<h1 :text="$page.title"></h1>
<div :html="$page.content()"></div>
</body>
</html>