blob: 8b863166b2ddb7efdd5621f8319428cb3242f00e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{ define "header" }}
<h1>{{ .Title }}</h1>
<div class="links-container">
{{ with .Params.github }}
{{ partial "links/github.html" . }}
{{ end }}
</div>
{{ end }}
{{ define "footer" }}
{{ partial "meta-tag_nav.html" . }}
{{ end }}
|