GoBlog/templates/header.gohtml

7 lines
229 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" . }}
</header>
{{ end }}