6 lines
91 B
Smarty
Raw Normal View History

2023-11-06 14:47:46 -04:00
{{define "title"}}Followed Users{{end}}
{{define "main"}}
2023-11-07 12:21:53 -04:00
{{template "list" .}}
2023-11-06 14:47:46 -04:00
{{end}}