summaryrefslogtreecommitdiffstats
path: root/templates/explore/users.tmpl
blob: e9046125c6dd65c7ce43f8f40d0cacaaa4eebced (plain)
1
2
3
4
5
6
7
8
9
10
{{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" .}}