zine-filenotfound-repro/layouts/home.shtml

11 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-10-08 14:26:14 +00:00
<!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>