mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
8 lines
100 B
Smarty
8 lines
100 B
Smarty
|
|
<h3>{{$title}}</h3>
|
|
|
|
<ul>
|
|
{{foreach $apps as $ap}}
|
|
<li>{{$ap nofilter}}</li>
|
|
{{/foreach}}
|
|
</ul>
|