flow-website/layouts/index.shtml

7 lines
No EOL
150 B
Text

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