Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
14
layouts/_default/baseof.html
Normal file
14
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
{{- partial "footer.html" . -}}
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue