W/o website

This commit is contained in:
athul 2020-04-11 12:01:41 +05:30
parent 6e15d559f7
commit c2987bd016
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>