init
This commit is contained in:
commit
e1909b04b2
16 changed files with 448 additions and 0 deletions
0
templates/index.html
Normal file
0
templates/index.html
Normal file
9
templates/layouts/main.html
Normal file
9
templates/layouts/main.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ .HeadTitle }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{embed}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue