First commit
This commit is contained in:
11
layouts/home.shtml
Normal file
11
layouts/home.shtml
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title :text="$site.title"></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 :text="$page.title"></h1>
|
||||
<div :html="$page.content()"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user