Refactor templates and partials

This commit is contained in:
Alex Shpak
2018-11-25 13:30:25 +01:00
parent 461aafe995
commit 76c251066f
11 changed files with 57 additions and 33 deletions
+4 -2
View File
@@ -2,7 +2,9 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "/docs" }}">Go Home</a></h1>
<h1 id="title"><a href="{{ "/" }}">Go Home</a></h1>
</div>
</main>
{{ end }}
{{ end }}
{{ define "toc" }} {{ end }}