mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02: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>
|