Add home page template and content

This commit is contained in:
ItsDrike 2021-08-27 00:37:22 +02:00
parent cc78f9d92c
commit 477ed92086
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 45 additions and 0 deletions

8
layouts/index.html Normal file
View file

@ -0,0 +1,8 @@
{{ define "main" }}
<div id="main" class="short-top">
<div class="container">
{{ partial "header_image.html" . }}
{{ .Content }}
</div>
</div>
{{ end }}