]> git.mxchange.org Git - friendica.git/blob - view/api_friends_xml.tpl
template engine rework
[friendica.git] / view / api_friends_xml.tpl
1 <!-- TEMPLATE APPEARS UNUSED -->
2
3 <users type="array">
4         {{for $users as $u }}
5         {{inc api_user_xml.tpl with $user=$u }}{{endinc}}
6         {{endfor}}
7 </users>