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