summaryrefslogtreecommitdiffstats
path: root/templates/explore/users.tmpl
blob: 7e15ae3d47f4684a6bf8bf36ac7b33d9b41cd603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content explore users">
	{{template "explore/navbar" .}}
	<div class="ui container">
		{{template "explore/search" .}}

		{{template "explore/user_list" .}}

		{{template "base/paginate" .}}
	</div>
</div>
{{template "base/footer" .}}