refactor: clean-up and modernize templates a little
This commit is contained in:
parent
0572aff394
commit
5e6929fe14
6 changed files with 19 additions and 14 deletions
|
@ -1 +1,7 @@
|
|||
<extend template="base.shtml">
|
||||
<head id="head">
|
||||
</head>
|
||||
<body id="body">
|
||||
<h1 :text="$page.title"></h1>
|
||||
<div :html="$page.content()"></div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue