journey begins...

This commit is contained in:
hossainemruz 2020-04-12 01:11:53 +06:00
parent 482f1b1e2d
commit 370a30f745
37 changed files with 4805 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>