2016-03-11 13:33:12 -07:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 15:56:10 -07:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content explore users">
|
2017-03-15 12:55:12 -06:00
|
|
|
{{template "explore/navbar" .}}
|
2016-03-11 13:33:12 -07:00
|
|
|
<div class="ui container">
|
2017-03-15 12:55:12 -06:00
|
|
|
{{template "explore/search" .}}
|
2023-08-31 03:21:18 -06:00
|
|
|
{{template "explore/user_list" .}}
|
2017-03-15 12:55:12 -06:00
|
|
|
{{template "base/paginate" .}}
|
2016-03-11 13:33:12 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|