everything up to index

This commit is contained in:
Gardient
2018-02-17 23:25:30 +02:00
parent ff7a3c5471
commit 3514bd0799
19 changed files with 393 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
{{ define "main" }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<div class="content">
{{ .Content }}
</div>
{{ end }}