add base template
This commit is contained in:
parent
85c44b58a6
commit
9207c31fb7
1 changed files with 9 additions and 0 deletions
9
templates/base.html
Normal file
9
templates/base.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>void</title>
|
||||
</head>
|
||||
<body>
|
||||
{{block "body" $}}{{end}}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue