Initial commit

This commit is contained in:
Alex Shpak
2018-09-05 16:22:04 +02:00
commit 43974d0908
20 changed files with 427 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ define "title" }}
{{ .Title }} – {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<div>{{ .Content }}</div>
{{ end }}