yadunut.dev/layouts/page.shtml
2025-08-05 11:51:37 +08:00

7 lines
150 B
Plaintext

<extend template="base.shtml">
<head id="head">
</head>
<body id="body">
<h1 :text="$page.title"></h1>
<div :html="$page.content()"></div>
</body>