1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 22:34:27 +00:00
GoBlog/templates/header.gohtml

7 lines
269 B
Plaintext

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