aboutsummaryrefslogblamecommitdiff
path: root/templates/repo-header.html
blob: e0b293a10b76b00ecac8241279843c69ea02e74a (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                         







                                                     

         
{{ define "repoheader" }}
<header>
	<h2>
	<a href="/">all repos</a>
	 &mdash; {{ .displayname }}
		{{ if .ref }}
		<span class="ref">@ {{ .ref }}</span>
		{{ end }}
	</h2>
	<h3 class="desc">{{ .desc }}</h3>
</header>
{{ end }}