12 lines
321 B
Plaintext
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>
|