nodebb-theme-harmony/templates/account/followers.tpl
Julian Lam 5f176cfeaa feat: init 🎉
Harmony starts here
Blank slate for now; bye bye styles
Let us now begin.
2022-11-25 11:59:13 -05:00

17 lines
No EOL
411 B
Smarty

<div class="account">
<!-- IMPORT partials/account/header.tpl -->
<div class="users row">
<div class="col-12">
<h1>[[pages:{template.name}, {username}]]</h1>
<!-- IMPORT partials/users_list.tpl -->
<!-- IF !users.length -->
<div class="alert alert-warning text-center">[[user:has_no_follower]]</div>
<!-- ENDIF !users.length -->
<!-- IMPORT partials/paginator.tpl -->
</div>
</div>
</div>