2023-11-14 11:12:23 -08:00

10 lines
199 B
Smarty

{{define "title"}}Followed Users{{end}}
{{define "main"}}
<div class="chats-container">
{{template "chat-list" .}}
{{template "chat-view" .}}
</div>
<div class="spacer"></div>
{{end}}