friendica/view/smarty3/apps.tpl

8 lines
90 B
Smarty

<h3>{{$title}}</h3>
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>