mirror of
https://github.com/friendica/friendica
synced 2025-01-03 03:47:42 +01: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>
|