summaryrefslogtreecommitdiffstats
path: root/templates/repo/search.tmpl
blob: 3f5b22b0ce4e664d293f4b1106669fce3e7284fc (plain)
1
2
3
4
5
6
7
8
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository file list">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "shared/search/code/search" .}}
	</div>
</div>
{{template "base/footer" .}}