add base structure
This commit is contained in:
commit
c01138a81c
26 changed files with 576 additions and 0 deletions
10
layouts/_default/baseof.html
Normal file
10
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{ block "head" . }}
|
||||
{{ end }}
|
||||
|
||||
<body>
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue