mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
8 lines
91 B
Smarty
8 lines
91 B
Smarty
|
|
<h3>{{$title}}</h3>
|
|
|
|
<ul>
|
|
{{foreach $apps as $ap}}
|
|
<li>{{$ap}}</li>
|
|
{{/foreach}}
|
|
</ul>
|