aboutsummaryrefslogtreecommitdiff
path: root/templates/repo-header.html
blob: 38be1cc5b6f5564b6bf2ee732fa3a70a5fefe331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "repoheader" }}
<header>
	<h2>
	<a href="/">all repos</a>
	 &mdash; {{ .name }}
		{{ if .ref }}
		<span class="ref">@ {{ .ref }}</span>
		{{ end }}
	</h2>
	<h3 class="desc">{{ .desc }}</h3>
</header>
{{ end }}