Init zine
This commit is contained in:
7
layouts/page.shtml
Normal file
7
layouts/page.shtml
Normal file
@@ -0,0 +1,7 @@
|
||||
<extend template="base.shtml">
|
||||
<head id="head">
|
||||
</head>
|
||||
<body id="body">
|
||||
<h1 :text="$page.title"></h1>
|
||||
<div :html="$page.content()"></div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user