1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-02-25 23:18:14 +00:00
friendica-github/view/templates/nogroup-template.tpl
2018-12-16 22:38:32 -05:00

13 lines
173 B
Smarty

<h1>{{$header}}</h1>
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="contact-edit-end"></div>
{{$paginate nofilter}}