GoBlog/templates/header.gohtml

7 lines
242 B
Plaintext

{{ define "header" }}
<header>
<h1><a href="/" rel="home" title="{{ .Blog.Title }}">{{ .Blog.Title }}</a></h1>
{{ with .Blog.Description }}<p><i>{{ . }}</i></p>{{ end }}
{{ include "menu" .Blog .Data }}
</header>
{{ end }}