2016-03-12 02:03:12 +05:30
|
|
|
{{template "base/head" .}}
|
2023-02-02 04:26:10 +05:30
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content explore users">
|
2017-03-16 00:25:12 +05:30
|
|
|
{{template "explore/navbar" .}}
|
2016-03-12 02:03:12 +05:30
|
|
|
<div class="ui container">
|
2017-03-16 00:25:12 +05:30
|
|
|
{{template "explore/search" .}}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2023-08-31 14:51:18 +05:30
|
|
|
{{template "explore/user_list" .}}
|
2017-03-16 00:25:12 +05:30
|
|
|
|
|
|
|
{{template "base/paginate" .}}
|
2016-03-12 02:03:12 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|