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