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