]> git.mxchange.org Git - friendica.git/blob - view/templates/apps.tpl
55303b3d746595d9e9ed58e7c8746d9950e1e010
[friendica.git] / view / templates / apps.tpl
1
2 <h3>{{$title}}</h3>
3
4 <ul>
5         {{foreach $apps as $ap}}
6         <li>{{$ap nofilter}}</li>
7         {{/foreach}}
8 </ul>